Skip to content

Commit

Permalink
Update stickers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
noob-kittu committed Mar 6, 2022
1 parent 21d09bb commit 26076f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Yone/Plugins/Tools/stickers.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def addsticker(update, context):
file_id = message.reply_to_message.document.file_id
elif message.reply_to_message.video:
is_video = True
file_id = message.reply_to_message.photo[-1].file_id
file_id = message.reply_to_message.video[-1].file_id

else:
message.reply_text("Yea, I can't kang that.")
Expand Down

0 comments on commit 26076f6

Please sign in to comment.