#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); }