Elhison / libDiscordBot

Easy to use Discord Bot framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Easy to use Discord Bot framework.

License:MIT License