Skip to content

nextcord/previous

Folders and files

NameName
Last commit message
Last commit date
Jan 21, 2022
Feb 10, 2022
Feb 6, 2023
Jun 26, 2022
Sep 13, 2021
Jun 5, 2022
Mar 5, 2022
Jun 5, 2022
Jun 5, 2022
Jun 26, 2022
Jun 26, 2022
Jun 5, 2022

Repository files navigation

Previous

The bot for annoying nextcord members managing some of nextcord's unique tasks.

Running the bot

Development

  1. Install docker
  2. Copy .env.example to .env
  3. Set each variable to your values CONSUL_HOST by default in dev mode is http://consul:8500 CONSUL_TOKEN is empty in dev mode, set it blank
  4. Start docker docker-compose up --build (use -d for no output to console but to docker logs)

Stopping

docker-compose down (or ctrl + c when attached)