Avoid overwriting self.messages

This commit is contained in:
Davte 2019-08-04 18:10:02 +02:00
parent 493c127469
commit e6ed4176ad
2 changed files with 1 additions and 2 deletions

View File

@ -14,7 +14,7 @@ __author__ = "Davide Testa"
__email__ = "davide@davte.it" __email__ = "davide@davte.it"
__credits__ = ["Marco Origlia", "Nick Lee @Nickoala"] __credits__ = ["Marco Origlia", "Nick Lee @Nickoala"]
__license__ = "GNU General Public License v3.0" __license__ = "GNU General Public License v3.0"
__version__ = "2.2.4" __version__ = "2.2.5"
__maintainer__ = "Davide Testa" __maintainer__ = "Davide Testa"
__contact__ = "t.me/davte" __contact__ = "t.me/davte"

View File

@ -88,7 +88,6 @@ class Bot(davtelepot.bot.Bot):
self.chat_actions = dict( self.chat_actions = dict(
pinned=OrderedDict() pinned=OrderedDict()
) )
self.messages = dict()
@property @property
def unauthorized_message(self): def unauthorized_message(self):