/tinkerqa-discord

Q&A Discord Bot

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

tinkerqa-discord

A discord bot that manages a QA channel

Dev setup

If you have envsetup, simply run envsetup after cloning the repository.

If not, please install poetry and run poetry install

Deployment

Build the image with

docker build . -t tinkerqa-discord:latest

Deploy it with

docker run -d -e DISCORD_TOKEN=<TOKEN> tinkerqa-discord:latest