mirror of
https://github.com/Syping/dtranslatebot.git
synced 2024-11-21 13:20:23 +01:00
slashcommands: add missing ephemeral flag
This commit is contained in:
parent
46b80f3bdf
commit
531c24b050
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue