AstraaDev / Discord-SelfBot

This SelfBot has a total of about 60 commands to make your life on discord easier. It has a nice and intuitive interface to make it easy to use for everyone, help and explanations for each command, a very complete help command.
https://discord.gg/ckHmZMct5z
MIT License
73 stars 40 forks source link

Outputs that my token is invalid #8

Closed NihatSul closed 1 year ago

NihatSul commented 1 year ago

I have been getting an error when I put my token in the config.json. It says that the token is invalid when it's totally valid.

EDIT: Never mind, I fixed it!!

For those who are struggling, the latest discord.py version keyword "bot" has been removed. To fix this, you will need to install discord.py version 1.2.5 with the following command:

pip install discord.py==1.2.5

Hope this helps.