diff --git a/src/moderation/unban.cpp b/src/moderation/unban.cpp index 2dc77ce..ad1b3aa 100644 --- a/src/moderation/unban.cpp +++ b/src/moderation/unban.cpp @@ -108,14 +108,9 @@ void unban(dpp::cluster& client, const dpp::slashcommand_t& event) -> check ban map - */ - - client.guild_get_ban(event.command.guild_id, usr, [&client, usr](const dpp::confirmation_callback_t& callback) - { - const auto BanMap = std::get(callback.value); + P/S: I'll soon continue to make this, since it is really hard - // Working in progress ... - }); + */ auto b_Component = dpp::component().set_label("Unban") .set_type(dpp::cot_button)