wylited / dn-bot

Discord bot made with dpp for personal use

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DN bot

discord bot made with dpp

how to run

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

licensing

wtfpl

About

Discord bot made with dpp for personal use

License:Do What The F*ck You Want To Public License


Languages

Language:C++ 51.7%Language:CMake 48.3%