[CustomCommands/Docs] Fix argument name in [p]cc show command docstring (#5149)

* [CustomCom] Fix argument name in ``[p]cc show`` command docstring

* update docs
This commit is contained in:
Kreusada 2021-06-18 22:48:46 +01:00 committed by GitHub
parent e52fb2c086
commit 8a6aa41d86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -291,4 +291,4 @@ Shows a custom command's responses and its settings.
**Arguments:**
- ``<command>`` The custom command to show.
- ``<command_name>`` The custom command to show.

View File

@ -544,7 +544,7 @@ class CustomCommands(commands.Cog):
**Arguments:**
- `<command>` The custom command to show.
- `<command_name>` The custom command to show.
"""
try: