diff --git a/davtelepot/__init__.py b/davtelepot/__init__.py index 8e52186..3378693 100644 --- a/davtelepot/__init__.py +++ b/davtelepot/__init__.py @@ -14,7 +14,7 @@ __author__ = "Davide Testa" __email__ = "davide@davte.it" __credits__ = ["Marco Origlia", "Nick Lee @Nickoala"] __license__ = "GNU General Public License v3.0" -__version__ = "2.2.4" +__version__ = "2.2.5" __maintainer__ = "Davide Testa" __contact__ = "t.me/davte" diff --git a/davtelepot/custombot.py b/davtelepot/custombot.py index 13f5df3..758a3db 100644 --- a/davtelepot/custombot.py +++ b/davtelepot/custombot.py @@ -88,7 +88,6 @@ class Bot(davtelepot.bot.Bot): self.chat_actions = dict( pinned=OrderedDict() ) - self.messages = dict() @property def unauthorized_message(self):