KEriks 71e69719d7 Updated to discord bot and its docker
gitignore

dockerignore

Formatting

Requirement update, code styling

Gitignore
2021-07-26 17:32:31 +03:00

11 lines
174 B
Bash
Executable File

#!/bin/bash
source venv/bin/activate
echo "Checking queries..."
python -m unittest
echo "Starting Discord bot..."
python discord_bot.py &
disown -h %1
sleep 10
echo "Done!"