Skip to content

Commit

Permalink
Update and rename sudo.py to _sudo.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Badhacker98 authored Oct 10, 2024
1 parent 6f5b2a1 commit e8469b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BADMUNDA/BadBoy/sudo.py → BADMUNDA/BadBoy/_sudo.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


@Client.on_message(filters.command(["addsudo"], prefixes=HANDLER))
async def sudo(Badmunda: Client, message: Message):
async def _sudo(Badmunda: Client, message: Message):
if event.sender_id == OWNER_ID:
Heroku = heroku3.from_key(HEROKU_API_KEY)
sudousers = getenv("SUDO_USERS", default=None)
Expand Down

0 comments on commit e8469b3

Please sign in to comment.