diff --git a/run b/run index 253f4d3..80a6f95 100644 --- a/run +++ b/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 diff --git a/token b/token deleted file mode 100644 index 1367370..0000000 --- a/token +++ /dev/null @@ -1 +0,0 @@ -TOKEN GOES HERE \ No newline at end of file