Archived
1
0
Fork 0
This repository has been archived on 2023-06-17. You can view files and clone it, but cannot push or open issues or pull requests.
tuxiflux/README.md
2021-06-21 21:34:07 +00:00

1.1 KiB

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

  1. Install CDL++
  2. Copy config.json.example to config.json and fill it
  3. Clone submodules: git submodule update --init --depth 1 --recursive
  4. Make and chdir into build directory: mkdir build && cd build
  5. Configure the project: cmake ..
  6. Get everything compiled: make -j$(nproc)
  7. Run the bot: ./tuxiflux
  8. 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