1 Commits

Author SHA1 Message Date
7a2ad77b91 fix(counters): Fix alias creation not remove cmds. 2024-11-22 23:08:13 +10:00

View File

@@ -194,6 +194,7 @@ class CounterCog(LionCog):
self.add_twitch_command(self.crocbot, cmd)
for cmd in disc_cmds:
# cmd.cog = self
self.bot.remove_command(cmd.name)
self.bot.add_command(cmd)
print(f"Adding command: {cmd}")