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