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

🐛 Minibugfix

This commit is contained in:
Steffo 2021-04-15 02:02:38 +02:00
parent dc15a285e7
commit 8b07144089
Signed by: steffo
GPG key ID: 6965406171929D01
2 changed files with 1 additions and 6 deletions

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "royalnet-telethon"
version = "1.0.0"
version = "1.0.1"
description = "A Telethon-based frontend for the royalnet.engineer module."
authors = ["Stefano Pigozzi <me@steffo.eu>"]
license = "AGPL-3.0-or-later"

View file

@ -83,11 +83,6 @@ class TelethonPDAImplementation(engi.ConversationListImplementation):
.. todo:: Document this.
"""
self.error_reporting_chat: int = error_reporting_chat
"""
.. todo:: Document this.
"""
def _register_events(self, client):
"""
.. todo:: Document this.