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
79 stars 57 forks source link

says token is invalid when it is idk try to check it out ig #1

Open AstroOnYT opened 2 years ago

AstraaDev commented 2 years ago

Your token is probably invalid because its validity is tested each time the script is run. Try another one and if it still doesn't work, contact me on discord: https://dsc.gg/astraadev

AstroOnYT commented 2 years ago

bro i used ur token grabber and use console on 2 different accounts so i think its the script but idk

AstraaDev commented 2 years ago

Try to connect to the account with my multi tool (https://github.com/AstraaDev/Discord-All-Tools-In-One). If it works, I'll try to find the problem, if not, it's because of your token.

AstroOnYT commented 2 years ago

yep it definitly does work when i use auto login with my token on the multi tool but for some reason is thinks my token is invalid for this selfbot

AstraaDev commented 2 years ago

Fuck, can you create a ticket on my server so we can see where the problem comes from?

FuckingToasters commented 2 years ago

Fuck, can you create a ticket on my server so we can see where the problem comes from?

Tell him to enable all intents :)

DanielTheGeek commented 2 years ago

I was able to solve this by editing line 180: Astraa.run(token, bot=False, reconnect=True) Replace with: Astraa.run(token, reconnect=True)

Happy selfbotting!