From 4339f70cd091b94e34410dc34a56024bfd52c9d2 Mon Sep 17 00:00:00 2001 From: turtlebasket Date: Tue, 8 Sep 2020 17:39:38 -0700 Subject: [PATCH] Update info with cat command --- README.md | 2 +- bot.py | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd9f6f1..fb4cfaf 100644 --- a/README.md +++ b/README.md @@ -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
diff --git a/bot.py b/bot.py index 3bc177d..66774d8 100644 --- a/bot.py +++ b/bot.py @@ -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:"