Gotta remove shit to be compliant yaknow

This commit is contained in:
2022-12-07 00:13:52 +01:00
parent d2658578b5
commit f81c89119c
4 changed files with 20 additions and 3 deletions
+2 -1
View File
@@ -105,7 +105,7 @@ 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,3 +144,4 @@ class SettingCommands(app_commands.Group):
await autojoin.disable()
embed.title = "AutoJoin disabled"
await ctx.response.send_message(embed=embed)
"""