This is the Discord bot developed for the KGV club.dev's discord server.
You can try cmake to build the project. (developing still)
git clone https://github.com/kgv-club-dev/bot.git
cmake --build .
(first compile may take some time.)
cmake --install .
(OPTIONAL, not neccessary)
bot <Discord Token>
OR if you didn't install it to path. ./bot <Discord Token>
If you want to contribute anything, like adding new features, bridges, or slash commands (including user config), you should definitely do so.
Steps
- Fork this repository
- Install dependencies
- https://github.com/brainboxdotcc/DPP
- Smash your head against the keyboard from frustration (coding is hard) 3.2) Try to test your code and make sure it works.
- Write down your changes in CHANGELOG.md
- Open a pull request once you're finished