From 81fa719115a9b585418724f9cb42e6d8a90fa313 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 2 Jul 2020 22:00:46 +0200 Subject: [PATCH] publish: 5.9.6 --- pyproject.toml | 2 +- royalpack/commands/matchmaking.py | 2 +- royalpack/version.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3a51255a..b2f7c55f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ [tool.poetry] name = "royalpack" - version = "5.9.5" + version = "5.9.6" description = "A Royalnet command pack for the Royal Games community" authors = ["Stefano Pigozzi "] license = "AGPL-3.0+" diff --git a/royalpack/commands/matchmaking.py b/royalpack/commands/matchmaking.py index 8c556677..65716325 100644 --- a/royalpack/commands/matchmaking.py +++ b/royalpack/commands/matchmaking.py @@ -374,7 +374,7 @@ class MMTask: async def telegram_channel_message_update(self): try: - await self.command.interface.serf.api_call( + await asyncify( self.command.interface.serf.client.edit_message_text, chat_id=self._mmevent.interface_data.chat_id, text=telegram_escape(self.channel_text), diff --git a/royalpack/version.py b/royalpack/version.py index af6edbc1..5ff00f68 100644 --- a/royalpack/version.py +++ b/royalpack/version.py @@ -1 +1 @@ -semantic = "5.9.5" +semantic = "5.9.6"