Allow a server admin to specify a channel for the welcome message
This commit is contained in:
parent
8822e65e6a
commit
ced287e492
3 changed files with 55 additions and 9 deletions
|
@ -6,7 +6,7 @@ namespace Geekbot.net.Database.Models
|
|||
{
|
||||
[Key]
|
||||
public int Id { get; set; }
|
||||
|
||||
|
||||
[Required]
|
||||
public long GuildId { get; set; }
|
||||
|
||||
|
@ -15,9 +15,11 @@ namespace Geekbot.net.Database.Models
|
|||
public bool Hui { get; set; } = false;
|
||||
|
||||
public long ModChannel { get; set; } = 0;
|
||||
|
||||
|
||||
public string WelcomeMessage { get; set; }
|
||||
|
||||
public long WelcomeChannel { get; set; }
|
||||
|
||||
public bool ShowDelete { get; set; } = false;
|
||||
|
||||
public bool ShowLeave { get; set; } = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue