joytou commited on
Commit
b57c45e
·
1 Parent(s): b442dbe
Files changed (1) hide show
  1. discord_bot.py +1 -1
discord_bot.py CHANGED
@@ -151,7 +151,7 @@ for command in json_data["command"]:
151
 
152
  class MyClient(discord.Client):
153
  def __init__(self, *args, **kwargs):
154
- super().__init__(*args, **kwargs)
155
  self.tree = app_commands.CommandTree(self)
156
 
157
  async def setup_hook(self):
 
151
 
152
  class MyClient(discord.Client):
153
  def __init__(self, *args, **kwargs):
154
+ #super().__init__(*args, **kwargs)
155
  self.tree = app_commands.CommandTree(self)
156
 
157
  async def setup_hook(self):