shouldn't use bulk overwrite after the initial command registration

This commit is contained in:
13xforever
2025-03-25 18:08:38 +05:00
parent 705502c233
commit b824fbd56a
2 changed files with 2 additions and 2 deletions

View File

@@ -151,7 +151,7 @@ internal static class Program
//NamingPolicy = new CamelCaseNamingPolicy(),
RegisterCommands = true,
#if DEBUG
UnconditionallyOverwriteCommands = true,
//UnconditionallyOverwriteCommands = true,
#endif
});
textCommandProcessor.AddConverter<TextOnlyDiscordChannelConverter>();