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
282 stars 165 forks source link

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

Closed KozacheShapka closed 1 year ago

KozacheShapka commented 1 year ago

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

RafaelSolVargas commented 1 year 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 1 year 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 1 year 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