Raptor123471 / DingoLingo

A Discord music bot written in Python with support for Youtube, SoundCloud, Spotify, Bandcamp, Twitter, and custom files.
GNU General Public License v3.0
279 stars 166 forks source link

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

Closed KozacheShapka closed 2 years ago

KozacheShapka commented 2 years ago

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

RafaelSolVargas commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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