Update info with cat command

master
michael 2020-09-08 17:39:38 -07:00
parent 4a97efbd37
commit 4339f70cd0
2 changed files with 6 additions and 1 deletions

View File

@ -24,7 +24,7 @@ Basic Commands
- `>>kick` - Hold a vote to kick a member.
- `>>ban` - Hold a vote to ban a member.
- `>>addEmote` - Hold a vote to add a proposed server emote (attached to your message as an image).
- `>>shibe`, `>>birb` - Post an image of the given entity in the current channel.
- `>>shibe`, `>>birb`, `>>cat` - Post an image of the given entity in the current channel.
- `>>ping` - Test bot's server latency
<hr>

5
bot.py
View File

@ -134,6 +134,11 @@ async def help(ctx):
value="Random shibe :dog: :eyes:"
)
embed.add_field(inline=False,
name="`>>cat`",
value="Random cat :cat: :cat2:"
)
embed.add_field(inline=False,
name="`>>birb`",
value="Random birb :bird: :hatching_chick:"