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:
parent
546691df1f
commit
81fa719115
3 changed files with 3 additions and 3 deletions
|
@ -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 <ste.pigozzi@gmail.com>"]
|
||||
license = "AGPL-3.0+"
|
||||
|
|
|
@ -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),
|
||||
|
|
|
@ -1 +1 @@
|
|||
semantic = "5.9.5"
|
||||
semantic = "5.9.6"
|
||||
|
|
Loading…
Reference in a new issue