nukebot / discord-nuke-bot

a simple but efficient discord bot for nuking servers!
https://github.com/nukebot/discord-nuke-bot
128 stars 172 forks source link

Missing intents #29

Open F3V4R opened 1 year ago

F3V4R commented 1 year ago

TypeError: BotBase.init() missing 1 required keyword-only argument: 'intents'

pastaboy2131 commented 1 year ago

Make sure to enable Intents by the new API update per Discord's ToS

intents = discord.Intents.all() intents.members = True intents.message_content= True