Added discord settings

This commit is contained in:
Sarah Faey 2022-11-18 00:14:16 +01:00
parent c087c32e3c
commit c3ed05fa7e
7 changed files with 170 additions and 1 deletions

View 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;}
}
}