Skip to content

nextcord/previous

Repository files navigation

Previous

The bot managing the Official Nextcord Discord Server.

Features

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)

Any further help regarding setting up the bot and getting everything working is not provided.

Contributing

Refer to Running the bot for the steps on how to run the bot and contribute.

Credits