Skip to content

Commit

Permalink
Update revoke.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Gishankrishka2 authored Jul 11, 2022
1 parent a27b612 commit 1fcee93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/revoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from config import *


@Client.on_message(filters.chat(1961057964) & filters.command(["revoke"]))
@Client.on_message(filters.user(ADMIN) & filters.command(["revoke"]))
async def link(bot, message):
if len(message.command) == 1:
await message.reply_text('--**Use This Format**-- \n\n **/revoke {invite link}** ')
Expand Down

0 comments on commit 1fcee93

Please sign in to comment.