libdpp

C++ library for creating Discord bots with a modern API wrapper

brewmacoslinux
Try with needOr install directly
Source

About

C++ Discord API Bot Library

Commands

libdpp

Examples

Include libdpp in a C++ project for Discord bot development$ g++ -std=c++17 bot.cpp -o bot `pkg-config --cflags --libs dpp`
Verify libdpp installation and version$ pkg-config --modversion dpp
Check libdpp compilation flags for CMake integration$ pkg-config --cflags --libs dpp