Avoid overwriting self.messages
This commit is contained in:
parent
493c127469
commit
e6ed4176ad
@ -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"
|
||||
|
||||
|
@ -88,7 +88,6 @@ class Bot(davtelepot.bot.Bot):
|
||||
self.chat_actions = dict(
|
||||
pinned=OrderedDict()
|
||||
)
|
||||
self.messages = dict()
|
||||
|
||||
@property
|
||||
def unauthorized_message(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user