You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.
Titus Kirch edited this page Oct 17, 2020
·
2 revisions
Command
Action
./bot.sh --start
Start the bot.
./bot.sh --stop
Stop the bot.
./bot.sh --restart
Restart the bot.
./bot.sh --update --all
Update the whole bot.
./bot.sh --update --files
Clone the bot files from this repository.
./bot.sh --update --requirements
Install requirements via pip.
./bot.sh --update --database
Update the database.
./bot.sh --dev --testmode
Creates the file 'testMode'. Once this file is created the script will only be executed in testmode. This prevents for example the download of new files.