mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-01-31 01:25:22 +01:00
shouldn't use bulk overwrite after the initial command registration
This commit is contained in:
@@ -151,7 +151,7 @@ internal static class Program
|
||||
//NamingPolicy = new CamelCaseNamingPolicy(),
|
||||
RegisterCommands = true,
|
||||
#if DEBUG
|
||||
UnconditionallyOverwriteCommands = true,
|
||||
//UnconditionallyOverwriteCommands = true,
|
||||
#endif
|
||||
});
|
||||
textCommandProcessor.AddConverter<TextOnlyDiscordChannelConverter>();
|
||||
|
||||
Reference in New Issue
Block a user