Started work on guild embed colors

This commit is contained in:
Kwoth
2024-05-05 10:13:05 +00:00
parent 6a7ab79446
commit 64ef775bee
4 changed files with 64 additions and 0 deletions

View File

@@ -62,6 +62,9 @@ public abstract class NadekoContext : DbContext
public DbSet<TodoModel> Todos { get; set; }
public DbSet<ArchivedTodoListModel> TodosArchive { get; set; }
// todo add guild colors
// public DbSet<GuildColors> GuildColors { get; set; }
#region Mandatory Provider-Specific Values