Skip to content

claby2/cbalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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