From f99227bdfe4987b5c2e228e17cefe32aeace211e Mon Sep 17 00:00:00 2001 From: Markov Andrey Date: Tue, 30 Jun 2026 21:39:15 +0000 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B5=D0=B4=D0=B0=D0=BA=D1=82=D0=B8?= =?UTF-8?q?=D1=80=D0=BE=D0=B2=D0=B0=D1=82=D1=8C=20info.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bots/commands/info.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bots/commands/info.py b/bots/commands/info.py index 9a74285..484bcb7 100644 --- a/bots/commands/info.py +++ b/bots/commands/info.py @@ -43,9 +43,7 @@ class InfoCommand(Command): ) reply = msg.reply(help_text) if reply: - reply.send() # <-- УБРАЛИ await - else: - logger.error("Не удалось отправить справку info") + reply.send() def get_help(self) -> str: return "Показывает краткую справку. Использование: `!info`" \ No newline at end of file