Skip to content

maxi-schaefer/animated-discord-status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
}

About

Change your discord status, with delay

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published