Skip to content

Commit

Permalink
Update gen.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Gishankrishka2 authored Jul 13, 2022
1 parent a6ed287 commit 40d1d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'''

@Client.on_message(filters.chat(-1001758633913) & filters.command(["getlink", "invite"]))
@Client.on_message(filters.chat(--1001522887959) & filters.command(["getlink", "invite"]))
async def link(bot, message):
if len(message.command) == 1:
link = await bot.create_chat_invite_link(-1001758633913, name=message.from_user.first_name)
Expand Down

0 comments on commit 40d1d3c

Please sign in to comment.