Closed 3xyd closed 6 months ago
do these command
pip uninstall pycord
pip uninstall discord.py
pip uninstall discord
pip install -U git+https://github.com/Pycord-Development/pycord
do these command
pip uninstall pycord
pip uninstall discord.py
pip uninstall discord
pip install -U git+https://github.com/Pycord-Development/pycord
still the same error
you can install older versions of pycord to fix it by this command
pip install py-cord===2.2
can you pleaase tell me how to setup the discord bot and what do i need to set up in bot ?
14:20:22 [+] Discord Bot is online!
Traceback (most recent call last):
File "C:\Users\ashan\OneDrive\Desktop\New folder (3)\4\main.py", line 41, in
@Jaydenha09 @kittiescaties anyhelp
It might be an error with the bot itself as the discord api changes as so do the modules.
here is the fixed one https://mega.nz/file/5YxACaZD#kRDFDPMZmEN7aX0ArZwtLJFwKE50HQbnADkTKsVMS4A It is working for me and discord didn’t make any changes on it that will break it
here is the fixed one https://mega.nz/file/5YxACaZD#kRDFDPMZmEN7aX0ArZwtLJFwKE50HQbnADkTKsVMS4A It is working for me and discord didn’t make any changes on it that will break it
I would be wary of running this if you have not scanned it first
line 38, in
bot = discord.Bot(command_prefix="*", activity=activity, status=discord.Status.online)
^^^^^^^^^^^
AttributeError: module 'discord' has no attribute 'Bot'