Removed the bot parameter from the rules.cpp
This commit is contained in:
parent
5dd18dc94c
commit
b45c9fc00b
@ -5,7 +5,7 @@
|
||||
|
||||
using namespace dpp;
|
||||
|
||||
void rules::execute(dpp::cluster &bot, const dpp::slashcommand_t &event) {
|
||||
void rules::execute(const dpp::slashcommand_t &event) {
|
||||
embed e = util::getDefaultEmbed();
|
||||
e.set_title("Rules");
|
||||
e.set_description("```§1 - No NSFW\n§2 - No ADs\n§3 - No LINKs\n§4 - No SPAM\n§5 - No Bug abusing\n§6 - No abusive language\n§7 - Use the language that you have set```");
|
||||
|
Loading…
x
Reference in New Issue
Block a user