- Ignored intent warnings on startup

- Moved FilterWordsChannelId to a separate table (needs testing)
- Some todos updated
This commit is contained in:
Kwoth
2022-01-10 14:18:34 +01:00
parent c58ae9fc13
commit b044eb2d9a
9 changed files with 2976 additions and 128 deletions

View File

@@ -51,7 +51,8 @@ public sealed class Bot
AlwaysDownloadUsers = false,
AlwaysResolveStickers = false,
AlwaysDownloadDefaultStickers = false,
GatewayIntents = GatewayIntents.All
GatewayIntents = GatewayIntents.All,
LogGatewayIntentWarnings = false,
});
_commandService = new(new() { CaseSensitiveCommands = false, DefaultRunMode = RunMode.Sync });