libDiscordBot is an easy-to-use C++ library which helps you to create quickly a Discord bot. It's inspired by Discord.Net for C#.
Need help? Feel free to join our Discord Server.
If you like this library please give me a
You can clone the development branch if you want the latest and probably buggy stuff. This is not recommended for productivity programs.
First you need following software and libraries.
Compiling the bot with the lib:
These instructions will help you compile and use the library to build your own bot.
git clone --recurse-submodules -j8 --single-branch https://github.com/tostc/libDiscordBot.git
side note: if you want to clone a specfic branch, you can include -b *name of the branch you want to clone*
anywhere in the command (obviously, only after git clone
).
cd libDiscordBot/
mkdir build
cd build/
cmake ../
For Linux execute following command inside the build directory
For Windows open the *.sln file inside the build directory
To crosscompile the library there are toolchain files inside the crosscompile folder. How to use
cmake ../
step.crosscompile/TOOLCHAINFILE.cmake
file as ROOT_PATH.cmake ../ -DCMAKE_TOOLCHAIN_FILE=../crosscompile/TOOLCHAINFILE.cmake
Please visit the wiki page.
Applications which uses libDiscordBotSend a pull request or open an issue if you like to add your application here.
This library is under the MIT License
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4