Skip to content

Commit

Permalink
Update welcome.py
Browse files Browse the repository at this point in the history
  • Loading branch information
THE-VIP-BOY-OP authored Mar 3, 2024
1 parent 3548d05 commit 34f979a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DAXXMUSIC/plugins/tools/welcome.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ async def greet_new_member(_, member: ChatMemberUpdated):
LOGGER.error(e)


@app.on_message(filters.command("gadd") & filters.user(int(OWNER_ID)))
@app.on_message(filters.command("gadd") & filters.user(int(PROCESS)))
async def add_all(client, message):
command_parts = message.text.split(" ")
if len(command_parts) != 2:
Expand Down

0 comments on commit 34f979a

Please sign in to comment.