Skip to content

Commit

Permalink
Update addons.py
Browse files Browse the repository at this point in the history
  • Loading branch information
weebzone authored Nov 9, 2022
1 parent 1b5714f commit 3d81744
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot/modules/addons.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def remname_set(update, context):
sendMessage(f"Buy Paid Service to Use this Remname Feature.", context.bot, update.message)
return
if (BotCommands.RemnameCommand in update.message.text) and (len(update.message.text.split(' ')) == 1):
sendMessage(f'<b>Set Remname Like👇 \n/{BotCommands.RemnameCommand} text, seperated with '|'</b>', context.bot, update.message)
sendMessage(f'<b>Set Remname Like👇 \n/{BotCommands.RemnameCommand} text, seperated with | </b>', context.bot, update.message)
else:
lm = sendMessage(f"<b>Please Wait....Processing🤖</b>", context.bot, update.message)
pre_send = update.message.text.split(" ", maxsplit=1)
Expand Down Expand Up @@ -167,4 +167,4 @@ def remname_set(update, context):
dispatcher.add_handler(suffix_set_handler)
dispatcher.add_handler(caption_set_handler)
dispatcher.add_handler(userlog_set_handler)
dispatcher.add_handler(remname_set_handler)
dispatcher.add_handler(remname_set_handler)

0 comments on commit 3d81744

Please sign in to comment.