From 1a96f276f89e82ee0efa89e6a403b5685754e144 Mon Sep 17 00:00:00 2001 From: Flame442 <34169552+Flame442@users.noreply.github.com> Date: Fri, 8 May 2020 10:48:35 -0400 Subject: [PATCH] Fix typo in `[p]customcom show` (#3837) --- redbot/cogs/customcom/customcom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/cogs/customcom/customcom.py b/redbot/cogs/customcom/customcom.py index 182e125ad..6f517d8d1 100644 --- a/redbot/cogs/customcom/customcom.py +++ b/redbot/cogs/customcom/customcom.py @@ -459,7 +459,7 @@ class CustomCommands(commands.Cog): @customcom.command(name="show") async def cc_show(self, ctx, command_name: str): - """Shows a custom command's reponses and its settings.""" + """Shows a custom command's responses and its settings.""" try: cmd = await self.commandobj.get_full(ctx.message, command_name)