send translated direct messages ephemeral

This commit is contained in:
Syping 2026-03-23 22:49:34 +01:00
parent 79cb7c5722
commit fc89c35b5f
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ void message_queue::process_direct_message_event(dpp::cluster *bot, bot::setting
return;
}
event.thinking(false);
event.thinking(true);
bot::direct_message direct_message;
direct_message.event = event;