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

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