D++ (DPP)
A Lightweight C++ library for Discord
|
Public Member Functions | |
virtual void | handle (dpp::discord_client *client, nlohmann::json &j, const std::string &raw) |
Handle event. More... | |
|
virtual |
Handle event.
client | Websocket client (current shard) |
j | JSON data for the event |
raw | Raw JSON string |
Implements dpp::events::event.