From 5764767236084fc9ff63fbeab695b665008bc706 Mon Sep 17 00:00:00 2001 From: phixxy Date: Sat, 20 Jan 2024 23:04:12 -0800 Subject: [PATCH] gave all intents for dev reasons --- sparkytron3000.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sparkytron3000.py b/sparkytron3000.py index 5f407fe..aba7cf4 100644 --- a/sparkytron3000.py +++ b/sparkytron3000.py @@ -28,7 +28,7 @@ ftp_public_html = os.getenv('ftp_public_html') #env vars END #discord setup START -intents = discord.Intents.default() +intents = discord.Intents.all() intents.message_content = True bot = commands.Bot(command_prefix='!', intents=intents) #discord setup END