Discord bot to help managing the school guild
To start the project you must use the Makefile
.
Run:
make test
to run unit tests.make build
to build the project. It will produce theintech-bot
binary.make run
to run the project.make ctn-build
to build an image for the project namedintech-bot
.make ctn-run
to run the project in a container.
TKN
→ The discord bot tokenHOST
→ Host the metric server listen (default is0.0.0.0
)PORT
→ Port the metric server listen (defautl is5419
)
The deployment is made with kubernetes.
All files are un the ./k8s/
directory.
The deployment depends on a secret named intech-bot-discord
that have the tkn
key.