From 531c24b05017b74b17863683528bd9b9b54cac6b Mon Sep 17 00:00:00 2001 From: Syping Date: Sat, 24 Feb 2024 09:15:32 +0100 Subject: [PATCH] slashcommands: add missing ephemeral flag --- src/slashcommands.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slashcommands.cpp b/src/slashcommands.cpp index 8ad0dd9..49c55c2 100644 --- a/src/slashcommands.cpp +++ b/src/slashcommands.cpp @@ -241,7 +241,7 @@ void bot::slashcommands::process_list_command(dpp::cluster *bot, bot::settings:: } } else { - event.reply(dpp::message("Unauthorized to list available languages!")); + event.reply(dpp::message("Unauthorized to list available languages!").set_flags(dpp::m_ephemeral)); } } else {