gave all intents for dev reasons

This commit is contained in:
phixxy 2024-01-20 23:04:12 -08:00
parent 6aede9296b
commit 5764767236

View file

@ -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