mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-07 04:14:51 +00:00
Forget
This commit is contained in:
parent
e4d889c36a
commit
e67c971000
1 changed files with 2 additions and 0 deletions
|
|
@ -68,6 +68,8 @@ async def upvote(_, message):
|
||||||
return
|
return
|
||||||
if not message.from_user:
|
if not message.from_user:
|
||||||
return
|
return
|
||||||
|
if message.reply_to_message.from_user.is_bot:
|
||||||
|
return
|
||||||
if message.reply_to_message.from_user.id == message.from_user.id:
|
if message.reply_to_message.from_user.id == message.from_user.id:
|
||||||
return
|
return
|
||||||
chat_id = message.chat.id
|
chat_id = message.chat.id
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue