update help command

pull/1/head
michael 2019-09-08 22:16:16 -07:00
parent fffe62a6a0
commit c9763fb3b7
1 changed files with 9 additions and 5 deletions

14
bot.py
View File

@ -67,16 +67,20 @@ async def help(ctx):
value="Ban user. By default, the vote lasts {0} minutes, and requires that there be at least {1} votes and a 50% majority.".format(int(BAN_VOTE_TIME/60), MIN_BAN_VOTERS)
)
embed.add_field(
name=">>ping",
value="Get bot latency."
)
embed.add_field(
name=">>shibe",
value="shibe :dog: :eyes:"
)
embed.add_field(
name=">>birb",
value="birb :bird: :hatching_chick:"
)
embed.add_field(
name=">>ping",
value="Get bot latency."
)
await ctx.send(embed=embed)