The bot for annoying nextcord members managing some of nextcord's unique tasks.
- Install docker
- Copy .env.example to .env
- Set each variable to your values
CONSUL_HOST
by default in dev mode ishttp://consul:8500
CONSUL_TOKEN
is empty in dev mode, set it blank - Start docker
docker-compose up --build
(use-d
for no output to console but todocker logs
)
docker-compose down (or ctrl + c when attached)