Created the slash.cpp
This commit is contained in:
parent
2b36e6f8b3
commit
83c0f2eb92
6
src/listeners/slash.cpp
Normal file
6
src/listeners/slash.cpp
Normal file
@ -0,0 +1,6 @@
|
||||
#include "slash.h"
|
||||
#include "commands/rules.h"
|
||||
|
||||
void slash::execute(dpp::cluster &bot, const dpp::slashcommand_t &event) {
|
||||
if (event.command.get_command_name() == "rules") return rules::execute(bot, event);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user