remove token file

This commit is contained in:
Matthieu Jolimaitre 2024-11-23 15:57:16 +01:00
parent 30ede8bd8b
commit e08cdde4db
2 changed files with 1 additions and 1 deletions

1
run
View file

@ -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