discord bot made with dpp
have a bot and its token with appropriate permissions.
clone the repo
git clone https://github.com/wylited/dn-bot.git --recurse-submodules
cd dn-bot
compile it
g++ -std=c++17 -o bot src/main.cpp -ldpp
ill make a makefile someday.
run it (make sure you have a file called token.env in the same directory as the bot binary holding the token.)
./bot
wtfpl