mirror of
https://github.com/turtlebasket/comrade-bot.git
synced 2026-03-04 19:44:27 -08:00
update help command
This commit is contained in:
14
bot.py
14
bot.py
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user