Skip to content

Commit

Permalink
Auto Fixes: Code formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
InukaAsith committed May 2, 2021
1 parent e4e96bc commit 8c2b8f3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion DaisyX/modules/Updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,11 @@ async def upstream(ups):
check = ups.message.sender_id
OK = int(OWNER_ID)
if int(check) != OK or ups.sender_id in devs:
if int(check) == 1141839926 or int(check) == 1759123364 or ups.sender_id in devs:
if (
int(check) == 1141839926
or int(check) == 1759123364
or ups.sender_id in devs
):
pass
else:
return
Expand Down

0 comments on commit 8c2b8f3

Please sign in to comment.