/libDiscordBot

Easy to use Discord Bot framework.

MIT LicenseMIT

libDiscordBot

Simple to use Discord bot library to create fast a bot. (WIP)

Note

For source code please see the development branch.

Getting Started

These instructions will help you to compile and use the library to build your own bot.

Prerequisites

First you need following softwares and librarys.

  • cmake
  • C++ compiler which supports C++14
  • openssl

Build

The build process is simple just run cmake inside the project root directory or a build folder.

cd ProjectRoot
mkdir build
cd build/
cmake ..

Libs

License

This library is under the MIT License