remove token file
This commit is contained in:
parent
30ede8bd8b
commit
e08cdde4db
2 changed files with 1 additions and 1 deletions
1
run
1
run
|
@ -5,6 +5,7 @@ cd "$(dirname "$(realpath "$0")")"
|
|||
|
||||
[ -d repo ] || git clone https://github.com/RELIHR/Discord-Status-Changer.git repo
|
||||
[ -d venv ] || python3 -m venv venv
|
||||
[ -f token ] || echo "token goes here" > token
|
||||
. ./venv/bin/activate
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue