Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No specified parameter 'intent' for the var Sniper #47

Open
CodeBuzz-ML opened this issue Feb 25, 2023 · 1 comment
Open

No specified parameter 'intent' for the var Sniper #47

CodeBuzz-ML opened this issue Feb 25, 2023 · 1 comment

Comments

@CodeBuzz-ML
Copy link

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'

@loganbriggs08
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants