handlers/dice_handler/dice: make message short and concise.
This commit is contained in:
parent
9f5174c442
commit
18b938bf95
|
@ -44,7 +44,7 @@ pub async fn dice_handler(bot: Bot, message: Message) -> HandlerResult {
|
||||||
_ => {
|
_ => {
|
||||||
handler_entity
|
handler_entity
|
||||||
.message_sender_builder
|
.message_sender_builder
|
||||||
.text("Такой эмодзи не имеет привязки к какому либо действию бота.")
|
.text("Эмодзи не имеет привязанных действий.")
|
||||||
.build()
|
.build()
|
||||||
.send(&handler_entity.bot_instance)
|
.send(&handler_entity.bot_instance)
|
||||||
.await?;
|
.await?;
|
||||||
|
|
Loading…
Reference in New Issue