diff --git a/src/listeners/ready.cpp b/src/listeners/ready.cpp index e0c1c9f..209793c 100644 --- a/src/listeners/ready.cpp +++ b/src/listeners/ready.cpp @@ -26,5 +26,6 @@ void ready::execute(dpp::cluster &bot, const dpp::ready_t &event) { if (dpp::run_once()) { bot.global_command_create(dpp::slashcommand("rules", "Shows you the rules of the global chat", bot.me.id)); + bot.global_command_create(dpp::slashcommand("add", "Transforms the channel into a global channel", bot.me.id)); } }