Skip to content

Commit

Permalink
તમે મૂર્ખ
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhamadFajarGaray authored Jan 24, 2020
1 parent 861dcae commit fce884a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions userbot/modules/help.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ async def help(event):
else:
await event.edit("Maybe Wrong Command.")
else:
await event.edit("Available Command, Use Carefully!!\
await event.edit("Here is Your Goodies, Use Carefully!\
\nUsage: .help <module name>")
string = ""
for i in CMD_HELP:
string += "🤖 "
string += "🆔 "
string += "`" + str(i) + "`"
string += "\n"
await event.reply(string)

0 comments on commit fce884a

Please sign in to comment.