Skip to content

Commit

Permalink
Update find_one.py
Browse files Browse the repository at this point in the history
  • Loading branch information
InukaRanmira authored Dec 7, 2021
1 parent 9f78c3f commit 6ca70d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/find_one.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from pyrogram import Client ,filters
from helper.database import find_one
ADMIN = int(os.environ.get("ADMIN", 923943045))
ADMIN = int(os.environ.get("ADMIN", 1696230986))


@Client.on_message(filters.user(ADMIN) & filters.command(["find"]))
Expand Down

0 comments on commit 6ca70d6

Please sign in to comment.