Wrong name

This commit is contained in:
Lonami 2018-06-26 15:58:23 +02:00 committed by GitHub
parent 2b989cae27
commit b77a1ffade
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -625,7 +625,7 @@ class Message:
ent = [c for c in ent if isinstance(c, cls)]
texts = get_inner_text(self.original_message.message, ent)
return list(zip(entities_list, texts))
return list(zip(ent, texts))
async def click(self, i=None, j=None, *, text=None, filter=None):
"""