Browse Source

заеабло

huy
gsd 2 years ago
parent
commit
20d6bfdc0c
  1. 2
      bot.py

2
bot.py

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

Loading…
Cancel
Save