Bump Watcher, a C++ Discord bot made with D++.
This bot watches when someone bumps a guild (Disboard bump) and gives them a dedicated role. Then, removes it in 2 hours.
cmake -B build
cmake --build build -j 4If DPP is installed in a different location you can specify the root directory to look in while running cmake
cmake -B build -DDPP_ROOT_DIR=<your-path>Edit config.json and replace TOKEN HERE with your bot's token!
{"BOT_TOKEN":"TOKEN HERE"}Start the bot:
cd build
./templatebot