mirror of
https://github.com/Matthww/TuneBot.git
synced 2026-09-21 19:07:52 +00:00
forgot something
This commit is contained in:
@@ -13,5 +13,5 @@ class SettingsCog(BaseCog, name="Settings"):
|
||||
|
||||
async def setup(bot: TuneBot):
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user