Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 619 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 619 Bytes

cbalc

Discord bot built with concord.

Build and Run

  1. Follow the concord installation instructions.
  2. Set bot token in config.json.
  3. Build:
make cbalc
  1. Run:
./cbalc

Run in Docker Container

  1. Copy config.json into configdev.json:
cp config.json configdev.json
  1. Set bot token in configdev.json.

  2. Build image from Dockerfile:

docker build -t cbalc .
  1. Run container:
docker run -d cbalc