Skip to content

Latest commit

 

History

27 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODD-BOT

Todd is an open-source truth or dare bot for discord, written in C++ using the D++ library

Screenshot

Building

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 

Installation

Install dependencies

  wget -O dpp.deb https://dl.dpp.dev/
  sudo dpkg -i dpp.deb

and then just run the bot

If you get an error regarding libssl.so.3:

  ln -s libssl.so.3 libssl.so
  sudo ldconfig

About

An open-source truth or dare bot for Discord

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages