No description
| bot | ||
| help | ||
| lib | ||
| .gitignore | ||
| .gitlab-ci.yml.bak | ||
| .gitmodules | ||
| cdlpp.cmake | ||
| CMakeLists.txt | ||
| config.json.example | ||
| embed.cmake | ||
| LICENSE.txt | ||
| README.md | ||
Tuxiflux
A feature-filled free and open source Discord bot based on CDL++, Discord++ and Boost ASIO!
This bot is the first big bot written on CDL++, so in case you want to learn how to use that framework... Come on it's an open source project, just read the source code and learn!
Default prefix
The default prefix is t#
Commands
For a list of commands, this out help/help_1.txt!
Setup
- Install CDL++
- Copy
config.json.exampletoconfig.jsonand fill it - Clone submodules:
git submodule update --init --depth 1 --recursive - Make and chdir into build directory:
mkdir build && cd build - Configure the project:
cmake .. - Get everything compiled:
make -j$(nproc) - Run the bot:
./tuxiflux - Enjoy!
Hint: the database does not need any special setup. I can recommend ElephantSQL for simple setups.
Living example
Here's a running instance of Tuxifan ready for daily use: Discord Bot Invite