diff --git a/src/main.py b/src/main.py index df3c6a8..c2231c7 100644 --- a/src/main.py +++ b/src/main.py @@ -123,7 +123,8 @@ bot = Client( command_prefix=commands.when_mentioned_or("h!", "H!"), case_insensitive=True, strip_after_prefix=True, - debug_guilds=CONFIG["jimmy"].get("debug_guilds") + debug_guilds=CONFIG["jimmy"].get("debug_guilds"), + intents=discord.Intents.all() ) for ext in ("ytdl", "net", "screenshot", "ollama", "ffmeta", "quote_quota", "auto_responder"):