- Bot Token Checker
- Get Bot Invite
- Install Python and add to PATH.
- Install the requirements → launch
setup.bat
. - Put the tokens in
tokens.txt
. - Launch checker.py / invite.py.
If you want to change the tokens files change the file name l.39 :
tokens_file = "tokens.txt" # Your tokens file
Thanks to Nekros for this nice readme template that saved me time. <3