Fix missing intents

This commit is contained in:
Nexus 2024-04-14 23:15:17 +01:00
parent ffda2c4ca5
commit 84513735ef
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -123,7 +123,8 @@ bot = Client(
command_prefix=commands.when_mentioned_or("h!", "H!"), command_prefix=commands.when_mentioned_or("h!", "H!"),
case_insensitive=True, case_insensitive=True,
strip_after_prefix=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"): for ext in ("ytdl", "net", "screenshot", "ollama", "ffmeta", "quote_quota", "auto_responder"):