hotfix: "send.bot.inline.message never awaited" fixed.

pull/42/head
Who? 2024-12-22 09:16:10 +07:00 committed by GitHub
parent 656c1bdeb8
commit 21fdfd8c37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ class TelegramLogsHandler(logging.Handler):
}
self._exc_queue = {
client_id: [
await client_id: [
self._mods[client_id].inline.bot.send_message(
self._mods[client_id].logchat,
item[0].message,