forgot something

This commit is contained in:
2023-04-11 23:04:35 +02:00
parent 0758690543
commit 73eb59f295
+1 -1
View File
@@ -13,5 +13,5 @@ class SettingsCog(BaseCog, name="Settings"):
async def setup(bot: TuneBot): async def setup(bot: TuneBot):
await bot.add_cog(SettingsCog(bot)) await bot.add_cog(SettingsCog(bot))
#bot.tree.add_command(SettingCommands(bot), override=True) bot.tree.add_command(SettingCommands(bot), override=True)
bot.tree.add_command(SourceCommands(bot), override=True) bot.tree.add_command(SourceCommands(bot), override=True)