Change your discord status, with delay
!! You need python installed to use this application !!
- Install requirements
python3 -m pip install -r requirements.txt
- Start the application
./start.bat
{
"token": "YOUR_TOKEN_HERE",
"statuses": [
{
"status": "I ♥️ coding",
"emoji": "💻"
},
{
"status": "I ♥️ coding",
"emoji": "⚒️"
}
],
"timeBetweenChange": 20
}