1
0
Fork 0
mirror of https://github.com/Syping/dtranslatebot.git synced 2025-07-08 03:58:45 +02:00

slashcommands: add missing ephemeral flag

This commit is contained in:
Syping 2024-02-24 09:15:32 +01:00
parent 46b80f3bdf
commit 531c24b050

View file

@ -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 {