Simple Python script that automates requests to a Discord account via its token.
First of all install the requests module
pip install requests
Put your token here
TOKEN = "<token-here>"
Features:
dump_info()
join_server()
set_typing()
send_message()
send_mass_messages()
set_bio()
set_custom_status()
change_status()
change_language()
change_theme()
create_threads()
create_guilds()
clear_messages()
delete_guilds()
delete_channels()
delete_friends()
raid()
NOTE: If you change your password your token will change.
- Windows 10