From 99e014e1ae0345c4f6f3f1571fb6c5cc575dd2f2 Mon Sep 17 00:00:00 2001 From: Matthieu Jolimaitre Date: Sun, 24 Nov 2024 17:15:35 +0100 Subject: [PATCH] update readme --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1433ba4..fcaec5e 100644 --- a/README.md +++ b/README.md @@ -1 +1,20 @@ -# changes status +# discord status + +Scripts to automate setting discord status. Either once or in a loop. + +## Usage + +### Running + +- `./run-rotate` To rotate discord status once. +- `./run-loop` To rotate discord status in a loop. + +### Configuration + +- Provide the discord token of the account you want to update in `./data/token`. +- Put status you want to use in `./data/status.txt` one per line. + +### Dependencies + +Scripted with Deno 2. Install it through your Package Manager or using +instructions at [deno.com](https://deno.com/).