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 38 forks source link

Token invalid (it actually valid i tested it) #16

Open OmorOrNot opened 6 months ago

OmorOrNot commented 6 months ago

The script says its not valid, i tried the things from other issues didnt work

Furkan-FRTR commented 6 months ago

Bot=False is deprecated in new Discord.py, you have to be using: discord.py == 1.7.3 aiohttp == 3.6.0

For it to work.

Also if you're not on windows, you need to comment out line 153 in selfbot.py and everything should work fine.