You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Strange, Not exactly sure why you are getting the error because as far as I am aware you don't have to pass intents with discord.py-self but you can try passing intents=discord.Intents.all() into commands.Bot
Traceback (most recent call last):
File "C:\Users\DELL\Documents\DiscordNitro\discord-sniper-master\sniper\Main.py", line 100, in
Sniper = commands.Bot(
^^^^^^^^^^^^^
TypeError: BotBase.init() missing 1 required keyword-only argument: 'intents'
The text was updated successfully, but these errors were encountered: