This commit is contained in:
Matthieu Jolimaitre 2024-11-23 16:16:42 +01:00
parent e08cdde4db
commit 0c313f9f48
4 changed files with 20 additions and 1 deletions

10
config.json Normal file
View file

@ -0,0 +1,10 @@
{
"token": "discord-account-token",
"status_sequence": [
"online"
],
"clear_enabled": false,
"clear_interval": 0,
"// 12 * 60 * 60 = 43200": "",
"speed_rotator": 43200
}

1
emotes.txt Normal file
View file

@ -0,0 +1 @@
emoji2:1243572228868673566

8
run Normal file → Executable file
View file

@ -10,3 +10,11 @@ cd "$(dirname "$(realpath "$0")")"
pip install requests colorama
cp emotes.txt repo/emojis.txt
cp status.txt repo/text.txt
cp config.json repo/config.json
sed -i "s/discord-account-token/$(cat token)/g" repo/config.json
cd repo
python3 main.py