aboutsummaryrefslogtreecommitdiff
path: root/include/142bot/bot.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/142bot/bot.hpp')
-rw-r--r--include/142bot/bot.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/142bot/bot.hpp b/include/142bot/bot.hpp
index 1fdb042..dc709ef 100644
--- a/include/142bot/bot.hpp
+++ b/include/142bot/bot.hpp
@@ -68,6 +68,8 @@ public:
void onVoiceStateUpdate (const dpp::voice_state_update_t &event);
void onVoiceServerUpdate (const dpp::voice_server_update_t &event);
void onWebhooksUpdate (const dpp::webhooks_update_t &event);
+ void onSlashCommand (const dpp::slashcommand_t &event);
+ void onFormSubmit (const dpp::form_submit_t &event);
};
#endif