LeoCodezzz / GlobalBanCommand

A global ban command for your discord.py bots!
0 stars 1 forks source link

Keep recieving this message #1

Open GarciaRP opened 2 years ago

GarciaRP commented 2 years ago

Traceback (most recent call last): File "Global Ban/start.py", line 10, in bot = commands.Bot(command_prefix = "[/") TypeError: init() missing 1 required keyword-only argument: 'intents'

LeoCodezzz commented 2 years ago

bot = commands.Bot(command_prefix = "YOUR PREFIX")

And its seems to be an intent error. Make sure you have enabled your intents on the Discord Developer Portal.

Please reply if you get any further issues, Thanks.