D++ (DPP)
C++ Discord API Bot Library
|
#include <event.h>
Public Member Functions | |
virtual void | handle (dpp::discord_client *client, nlohmann::json &j, const std::string &raw) |
|
virtual |
Pure virtual method for event handler code
client | The creating shard |
j | The json data of the event |
raw | The raw event json |
Implements dpp::events::event.