Added .honeypot command

This commit is contained in:
Toastie 2024-06-29 14:55:32 +12:00
parent 6b0d784454
commit c5c307b440
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4
19 changed files with 18183 additions and 7328 deletions
src/EllieBot/Db

View file

@ -59,6 +59,7 @@ public abstract class EllieContext : DbContext
public DbSet<TodoModel> Todos { get; set; }
public DbSet<ArchivedTodoListModel> TodosArchive { get; set; }
public DbSet<HoneypotChannel> HoneyPotChannels { get; set; }
// todo add guild colors
// public DbSet<GuildColors> GuildColors { get; set; }