kittiescaties / discord-boost-bot

demon boost discord boot bot src
64 stars 33 forks source link

help please #24

Closed 3xyd closed 6 months ago

3xyd commented 9 months ago

line 38, in bot = discord.Bot(command_prefix="*", activity=activity, status=discord.Status.online) ^^^^^^^^^^^ AttributeError: module 'discord' has no attribute 'Bot'

Jaydenha09 commented 9 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

3xyd commented 9 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

still the same error

Jaydenha09 commented 9 months ago

you can install older versions of pycord to fix it by this command

pip install py-cord===2.2

3xyd commented 9 months ago

can you pleaase tell me how to setup the discord bot and what do i need to set up in bot ?

3xyd commented 9 months ago

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 @bot.slash_command( ^^^ NameError: name 'bot' is not defined

3xyd commented 9 months ago

@Jaydenha09 @kittiescaties anyhelp

kittiescaties commented 9 months ago

It might be an error with the bot itself as the discord api changes as so do the modules.

Jaydenha09 commented 9 months ago

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

kittiescaties commented 6 months ago

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