Created the slash.h
This commit is contained in:
parent
83c0f2eb92
commit
ac3d92abae
11
src/listeners/slash.h
Normal file
11
src/listeners/slash.h
Normal 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
|
Loading…
x
Reference in New Issue
Block a user