Added .honeypot command
This commit is contained in:
parent
6b0d784454
commit
c5c307b440
19 changed files with 18183 additions and 7328 deletions
src/EllieBot/Db
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue