Bot for the Cogmasters server.
- Get concord by following its installation steps
- Edit config.json and match its fields to your guild and bot primitives
- Head to listeners/ and follow its guide to activate the interaction listeners
- Build the bot
$ make
- Finally, run the bot
$ ./main
A special channel that users may create to have their own space where they may ask for specialized help in their projects, or simply throw their developer thoughts to.
.
├── config.json # The client primitives
├── interactions/ # Logic for client reaction to interactions
└── listeners/ # Activate / Update Interaction listeners