Todd is an open-source truth or dare bot for discord, written in C++ using the D++ library
To build the project first make sure you have DPP installed.
g++ -std=c++17 -o bot src/main.cpp src/question-parser.cpp src/database.cpp -ldpp -lsqlite3
Install dependencies
wget -O dpp.deb https://dl.dpp.dev/
sudo dpkg -i dpp.deb
ln -s libssl.so.3 libssl.so
sudo ldconfig