From 4e65313438919dd94989e35432aef30a1519c765 Mon Sep 17 00:00:00 2001 From: Dogma Toscarina Date: Fri, 7 Jun 2024 02:14:52 +0300 Subject: [PATCH] handlers/dice_handler/dice: make message short and concise. --- src/handlers/dice_handler/dice.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/handlers/dice_handler/dice.rs b/src/handlers/dice_handler/dice.rs index ffaca08..2c7ed8f 100644 --- a/src/handlers/dice_handler/dice.rs +++ b/src/handlers/dice_handler/dice.rs @@ -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?;