minor: add documentation on discord env variable to set up and fix shell script to run discord bot

This commit is contained in:
croumegous
2023-01-03 01:42:37 +01:00
parent a83eb7ffe1
commit e3603e8f7d
2 changed files with 5 additions and 2 deletions
@@ -4,6 +4,6 @@ parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
# switch to bot directory
pushd "$parent_path/../../discord-bot"
python3 __main__.py
python3 -m bot
popd