mirror of
https://github.com/Matthww/TuneBot.git
synced 2026-09-22 04:37:49 +00:00
revert the autojoin stuff
This commit is contained in:
@@ -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)
|
||||
"""
|
||||
Reference in New Issue
Block a user