do work
This commit is contained in:
parent
e08cdde4db
commit
0c313f9f48
4 changed files with 20 additions and 1 deletions
8
run
Normal file → Executable file
8
run
Normal file → Executable 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue