previous
previous copied to clipboard
The support bot for nextcord
Previous
The bot for ~~annoying nextcord members~~ managing some of nextcord's unique tasks.
Running the bot
Development
- 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
)
Stopping
docker-compose down (or ctrl + c when attached)