Skip to content

Commit 9b49991

Browse files
Merge pull request #1 from GH05TNET/Shortner
Update request_fsub.py
2 parents 3b895c0 + 5df87e9 commit 9b49991

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/request_fsub.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ async def del_force_sub(client: Client, message: Message):
178178
all_channels = await db.show_channels()
179179

180180
if len(args) != 2:
181-
return await temp.edit("<b>Usage:</b> <code>/delchnl <channel_id | all></code>")
181+
return await temp.edit("<b>Usage:</b> <code>/delchnl &lt;channel_id | all&gt;</code>")
182182

183183
if args[1].lower() == "all":
184184
if not all_channels:
@@ -297,4 +297,4 @@ async def delete_requested_users(client, message: Message):
297297
# Please see < https://github.com/TechyShreyansh/blob/master/LICENSE >
298298
#
299299
# All rights reserved.
300-
#
300+
#

0 commit comments

Comments
 (0)