handlers/dice_handler/dice: make message short and concise.

This commit is contained in:
Dogma Toscarina 2024-06-07 02:14:52 +03:00
parent 9f5174c442
commit 18b938bf95

View File

@ -44,7 +44,7 @@ pub async fn dice_handler(bot: Bot, message: Message) -> HandlerResult {
_ => {
handler_entity
.message_sender_builder
.text("Такой эмодзи не имеет привязки к какому либо действию бота.")
.text("Эмодзи не имеет привязанных действий.")
.build()
.send(&handler_entity.bot_instance)
.await?;