mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-01 02:24:52 +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
|
||||
if not message.from_user:
|
||||
return
|
||||
if message.reply_to_message.from_user.is_bot:
|
||||
return
|
||||
if message.reply_to_message.from_user.id == message.from_user.id:
|
||||
return
|
||||
chat_id = message.chat.id
|
||||
|
|
|
|||
Loading…
Reference in a new issue