C++ library for creating Discord bots with a modern API wrapper
C++ Discord API Bot Library
libdpp
$ g++ -std=c++17 bot.cpp -o bot `pkg-config --cflags --libs dpp`
$ pkg-config --modversion dpp
$ pkg-config --cflags --libs dpp