1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
This commit is contained in:
Steffo 2016-06-16 15:52:26 +02:00
parent 87fb798770
commit 304c5266e1

View file

@ -35,7 +35,7 @@ def getupdates() -> dict():
elif 'edited_message' in data['result'][0]:
tmp = {
"edit": True,
"edit_data": data['result'][0]['message']
"edit_data": data['result'][0]['edited_message']
}
return tmp
else: