|
|
@ -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']) |
|
|
|
################################################### |
|
|
|