gsd 2 years ago
parent
commit
cb71438838
  1. 2
      bot.py

2
bot.py

@ -28,7 +28,7 @@ class DiscordClient(commands.Bot):
self.StartUpPreloadStats()
###################################################
super().__init__(command_prefix="!", intents=discord.Intents.all())
self.tree = app_commands.CommandTree(self)
#self.tree = app_commands.CommandTree(self)
self.load_extensions(['user_ext', 'admin_ext', 'other_ext'])
###################################################
self.setup_events()

Loading…
Cancel
Save