To install pakcages, clone this repository and run follow command.
pip install -r requirements.txt
To uodate pip package list, run ./script/update-requrements.sh
.
sh ./scripts/update-requrements.sh
This project use venv for package management.
python3 -m venv --prompt . .venv
source .venv/bin/activate
APP_BOT_TOKEN="your discord bot token"
NOTICE_CHANNEL_ID="your notice channel id"
python main.py