Message text corrections
This commit is contained in:
parent
7b31cccf31
commit
6bde201ca2
|
@ -23,7 +23,7 @@ where
|
||||||
|
|
||||||
if is_admin(&admins, user_id) {
|
if is_admin(&admins, user_id) {
|
||||||
MessageSender::builder(chat_id)
|
MessageSender::builder(chat_id)
|
||||||
.text("Нельзя применить эту команду на администраторе или бота.")
|
.text("Нельзя применить эту команду на пользователе/бота, имеющего привелегии администратора.")
|
||||||
.build()
|
.build()
|
||||||
.send(bot)
|
.send(bot)
|
||||||
.await
|
.await
|
||||||
|
|
Loading…
Reference in New Issue