do work
This commit is contained in:
parent
e08cdde4db
commit
0c313f9f48
4 changed files with 20 additions and 1 deletions
10
config.json
Normal file
10
config.json
Normal 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
1
emotes.txt
Normal file
|
@ -0,0 +1 @@
|
|||
emoji2:1243572228868673566
|
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