1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

publish: 5.9.6

This commit is contained in:
Steffo 2020-07-02 22:00:46 +02:00
parent 546691df1f
commit 81fa719115
Signed by: steffo
GPG key ID: 896A80F55F7C97F0
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
[tool.poetry] [tool.poetry]
name = "royalpack" name = "royalpack"
version = "5.9.5" version = "5.9.6"
description = "A Royalnet command pack for the Royal Games community" description = "A Royalnet command pack for the Royal Games community"
authors = ["Stefano Pigozzi <ste.pigozzi@gmail.com>"] authors = ["Stefano Pigozzi <ste.pigozzi@gmail.com>"]
license = "AGPL-3.0+" license = "AGPL-3.0+"

View file

@ -374,7 +374,7 @@ class MMTask:
async def telegram_channel_message_update(self): async def telegram_channel_message_update(self):
try: try:
await self.command.interface.serf.api_call( await asyncify(
self.command.interface.serf.client.edit_message_text, self.command.interface.serf.client.edit_message_text,
chat_id=self._mmevent.interface_data.chat_id, chat_id=self._mmevent.interface_data.chat_id,
text=telegram_escape(self.channel_text), text=telegram_escape(self.channel_text),

View file

@ -1 +1 @@
semantic = "5.9.5" semantic = "5.9.6"