change: cleanup command will now also clear greetsettings and autpublish channels

dev: Cleaned up some comments, changed grpc api
This commit is contained in:
Kwoth
2024-10-10 16:01:49 +00:00
parent 6cc5a160a2
commit 74b4c4b64d
13 changed files with 218 additions and 128 deletions

View File

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