Skip to content

Henonicks/bump-watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Compilation

cmake -B build
cmake --build build -j 4

If 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>

Running the bot

Edit config.json and replace TOKEN HERE with your bot's token!

{"BOT_TOKEN":"TOKEN HERE"}

Start the bot:

cd build
./templatebot

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published