Discord bot built with concord.
- Follow the concord installation instructions.
- Set bot token in
config.json
. - Build:
make cbalc
- Run:
./cbalc
- Copy
config.json
intoconfigdev.json
:
cp config.json configdev.json
-
Set bot token in
configdev.json
. -
Build image from
Dockerfile
:
docker build -t cbalc .
- Run container:
docker run -d cbalc