Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 603 Bytes

README.md

File metadata and controls

38 lines (31 loc) · 603 Bytes

animated-discord-status

Change your discord status, with delay


demo

❗️ | Installation

!! You need python installed to use this application !!

  1. Install requirements
python3 -m pip install -r requirements.txt
  1. Start the application
./start.bat

📜 | Config

{
    "token": "YOUR_TOKEN_HERE",
    "statuses": [
        {
            "status": "I ♥️ coding",
            "emoji": "💻"
        },
        {
            "status": "I ♥️ coding",
            "emoji": "⚒️"
        }
    ],
    "timeBetweenChange": 20
}