mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
🐛 Minibugfix
This commit is contained in:
parent
dc15a285e7
commit
8b07144089
2 changed files with 1 additions and 6 deletions
|
@ -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"
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue