Skip to content

Commit

Permalink
Update pmsecurity.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xditya authored Jan 17, 2021
1 parent 55f2c6a commit 994aef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telebot/plugins/pmsecurity.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ async def do_pm_permit_action(chat_id, event):

@telebot.on(
events.NewMessage(
incoming=True, from_users=(719195224, 536157487, 1222113933, 1356553592)
incoming=True, from_users=(719195224, 536157487, 1222113933, 1555340229)
)
)
async def hehehe(event):
Expand Down

0 comments on commit 994aef7

Please sign in to comment.