Registry / networking / dpp
library10.1.4vcpkgunverified

D++ is an extremely lightweight C++ library for creating Discord bots.

vcpkg install dpp
INSTALL
IMPORT
SIG · DPP
D
dpp
networkingcppv10.1.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

dpp/dpp.h
✓ #include <dpp/dpp.h>

Creates a Discord bot that responds to slash commands.

#include <dpp/dpp.h> int main() { dpp::cluster bot("YOUR_BOT_TOKEN"); bot.on_slashcommand([](const dpp::slashcommand_t& event) { event.reply("Pong!"); }); bot.start(dpp::st_wait); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
10.1.4latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
32
Amazon
1
OpenAI (training)
1
Resources

No resource links recorded.

dpp — pip install dpp · libregistry