Removed the bot parameter from the rules.cpp

This commit is contained in:
Mathias Wagner 2023-11-04 12:22:53 +01:00
parent 5dd18dc94c
commit b45c9fc00b
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -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```");