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

missing 1 required keyword-only argument: 'intents' #113

Closed
KozacheShapka opened this issue Aug 28, 2022 · 3 comments
Closed

missing 1 required keyword-only argument: 'intents' #113

KozacheShapka opened this issue Aug 28, 2022 · 3 comments

Comments

@KozacheShapka
Copy link

image
help!
I'm using python3.9 on Ubuntu 18.04

@RafaelSolVargas
Copy link
Contributor

Looking in this another issue we see that the problem occurred because this code is not compatible with pycord 2.0 and the version in requirements.txt isn't locked.
Try installing an older version of pycord (pip install "py-cord<2.0.0").

@EliFebres
Copy link

I was able to get it to work by installing an older version of discord.py.
I wouldn't try anything after (discord.py==1.7.3)

@KozacheShapka
Copy link
Author

I was able to get it to work by installing an older version of discord.py. I wouldn't try anything after (discord.py==1.7.3)

thanks, this method worked

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

3 participants