It's a very simple installation.
- Download the Automated-Statuses.zip from releases.
- Unzip the folder.
If you want to add this program to Windows Startup (automatically run this when your PC boots up):
- Move the folder to
%appdata%\\roaming
. - Run
.reg
.
.reg
adds RUNME.vbs
to the Windows Registry, which runs main.py
without it's terminal on startup.
- Import your desired statuses into
statuses.txt
. - Open
main.py
inside a text editor, even notepad works. - Inside
main.py
, you will see this code at the top:
TIMER = 3 # In seconds
TOKEN = "your-token" # Replace with your Discord token
-
Replace the number next to
TIMER
with the amount of time between status changes, and replace"your-token
with your discord token. -
Run
RUNME.vbs
.
That's it! You are now cycling between custom status messages! To add more, just add them into statuses.txt
and the program will automatically use them.