Update info with cat command
parent
4a97efbd37
commit
4339f70cd0
|
@ -24,7 +24,7 @@ Basic Commands
|
||||||
- `>>kick` - Hold a vote to kick a member.
|
- `>>kick` - Hold a vote to kick a member.
|
||||||
- `>>ban` - Hold a vote to ban 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).
|
- `>>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
|
- `>>ping` - Test bot's server latency
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
5
bot.py
5
bot.py
|
@ -134,6 +134,11 @@ async def help(ctx):
|
||||||
value="Random shibe :dog: :eyes:"
|
value="Random shibe :dog: :eyes:"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
embed.add_field(inline=False,
|
||||||
|
name="`>>cat`",
|
||||||
|
value="Random cat :cat: :cat2:"
|
||||||
|
)
|
||||||
|
|
||||||
embed.add_field(inline=False,
|
embed.add_field(inline=False,
|
||||||
name="`>>birb`",
|
name="`>>birb`",
|
||||||
value="Random birb :bird: :hatching_chick:"
|
value="Random birb :bird: :hatching_chick:"
|
||||||
|
|
Loading…
Reference in New Issue