revert the autojoin stuff

This commit is contained in:
2023-04-11 23:03:50 +02:00
parent 50c4ce8bb7
commit 0758690543
3 changed files with 1 additions and 5 deletions
-2
View File
@@ -105,7 +105,6 @@ class SourceCommands(app_commands.Group):
await ctx.response.send_message(embed=embed)
"""
class SettingCommands(app_commands.Group):
def __init__(self, bot: "TuneBot"):
super().__init__(name="settings", description="Tweak and customize")
@@ -144,4 +143,3 @@ class SettingCommands(app_commands.Group):
await autojoin.disable()
embed.title = "AutoJoin disabled"
await ctx.response.send_message(embed=embed)
"""