Feature/multi node support and tos privacy command (#52)

* add support for multiple nodes

* add a tos and privacy command
This commit is contained in:
2023-04-11 23:07:39 +02:00
committed by GitHub
parent e25e7e78f8
commit 41a098d577
3 changed files with 13 additions and 15 deletions
-1
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")