handlers/dice_handler/dice: make message short and concise.
This commit is contained in:
parent
915692688a
commit
4e65313438
|
@ -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?;
|
||||
|
|
Loading…
Reference in New Issue