Added discord settings
This commit is contained in:
parent
c087c32e3c
commit
c3ed05fa7e
7 changed files with 170 additions and 1 deletions
11
Lieb/Models/DiscordSettings.cs
Normal file
11
Lieb/Models/DiscordSettings.cs
Normal file
|
@ -0,0 +1,11 @@
|
|||
namespace Lieb.Models
|
||||
{
|
||||
public class DiscordSettings
|
||||
{
|
||||
public ulong DiscordSettingsId { get; set; }
|
||||
|
||||
public ulong DiscordLogChannel {get; set; }
|
||||
|
||||
public bool ChangeUserNames {get; set;}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue