|
|
@ -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() |
|
|
|