Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 884 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 884 Bytes

club.dev/Bot

This is the Discord bot developed for the KGV club.dev's discord server.

Running

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>

Contributing.

If you want to contribute anything, like adding new features, bridges, or slash commands (including user config), you should definitely do so.

Steps

  1. Fork this repository
  2. Install dependencies
  3. https://github.com/brainboxdotcc/DPP
  4. Smash your head against the keyboard from frustration (coding is hard) 3.2) Try to test your code and make sure it works.
  5. Write down your changes in CHANGELOG.md
  6. Open a pull request once you're finished