Skip to content

Commit

Permalink
Seperate the Global Varible from the import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad-Aadil committed Nov 9, 2023
1 parent 92509c6 commit 7fd2c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zaid/modules/sudo/sudos.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
from pyrogram import Client, errors, filters
from pyrogram.types import ChatPermissions, Message
DEVS = int(1669178360)
from Zaid.helper.PyroHelpers import get_ub_chats
from Zaid.modules.basic.profile import extract_user, extract_user_and_reason
from Zaid import SUDO_USER
from config import OWNER_ID
from Zaid.modules.help import add_command_help

ok = []
DEVS = int(1669178360)


@Client.on_message(filters.command("sudolist", ".") & filters.me)
Expand Down

0 comments on commit 7fd2c6d

Please sign in to comment.