Created the slash.h

This commit is contained in:
Mathias Wagner 2023-10-29 16:33:52 +01:00
parent 83c0f2eb92
commit ac3d92abae
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

11
src/listeners/slash.h Normal file
View File

@ -0,0 +1,11 @@
#ifndef BOT_SLASH_H
#define BOT_SLASH_H
#include <dpp/dpp.h>
class slash {
public:
static void execute(dpp::cluster &bot, const dpp::slashcommand_t &event);
};
#endif //BOT_SLASH_H