discord-sniper icon indicating copy to clipboard operation
discord-sniper copied to clipboard

No specified parameter 'intent' for the var Sniper

Open CodeBuzz-ML opened this issue 3 years ago • 1 comments

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'

CodeBuzz-ML avatar Feb 25 '23 08:02 CodeBuzz-ML

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

loganbriggs08 avatar Apr 16 '23 12:04 loganbriggs08