From 8a6aa41d86d787ceb02fb4e47605d0fd073b59e5 Mon Sep 17 00:00:00 2001 From: Kreusada <67752638+Kreusada@users.noreply.github.com> Date: Fri, 18 Jun 2021 22:48:46 +0100 Subject: [PATCH] [CustomCommands/Docs] Fix argument name in `[p]cc show command` docstring (#5149) * [CustomCom] Fix argument name in ``[p]cc show`` command docstring * update docs --- docs/cog_guides/customcommands.rst | 2 +- redbot/cogs/customcom/customcom.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cog_guides/customcommands.rst b/docs/cog_guides/customcommands.rst index 2c7b5c878..1a947702e 100644 --- a/docs/cog_guides/customcommands.rst +++ b/docs/cog_guides/customcommands.rst @@ -291,4 +291,4 @@ Shows a custom command's responses and its settings. **Arguments:** -- ```` The custom command to show. +- ```` The custom command to show. diff --git a/redbot/cogs/customcom/customcom.py b/redbot/cogs/customcom/customcom.py index 9734d4659..0eb4af765 100644 --- a/redbot/cogs/customcom/customcom.py +++ b/redbot/cogs/customcom/customcom.py @@ -544,7 +544,7 @@ class CustomCommands(commands.Cog): **Arguments:** - - `` The custom command to show. + - `` The custom command to show. """ try: