Skip to content

Commit

Permalink
Added Exclusive Features 😎
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnoAyanOfficial committed Jun 12, 2020
1 parent 712bbfb commit 057b409
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions userbot/plugins/_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ async def cmd_list(event):
if tgbotusername is None or input_str == "text":
string = ""
for i in CMD_LIST:
string += "ℹ️ " + i + "\n"
string += "📖 " + i + "\n"
for iter_list in CMD_LIST[i]:
string += " `" + str(iter_list) + "`"
string += "\n"
Expand Down Expand Up @@ -37,8 +37,7 @@ async def cmd_list(event):
else:
await event.edit(input_str + " is not a valid plugin!")
else:
help_string = """Userbot Helper.. \nProvided by @TechnoAyanBoT\n
`Userbot Helper to reveal all the commands`"""
help_string = """🤖 **TechnoAyanBot Helper** """
results = await bot.inline_query( # pylint:disable=E0602
tgbotusername,
help_string
Expand Down

0 comments on commit 057b409

Please sign in to comment.