mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
[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:
parent
e52fb2c086
commit
8a6aa41d86
@ -291,4 +291,4 @@ Shows a custom command's responses and its settings.
|
|||||||
|
|
||||||
**Arguments:**
|
**Arguments:**
|
||||||
|
|
||||||
- ``<command>`` The custom command to show.
|
- ``<command_name>`` The custom command to show.
|
||||||
|
|||||||
@ -544,7 +544,7 @@ class CustomCommands(commands.Cog):
|
|||||||
|
|
||||||
**Arguments:**
|
**Arguments:**
|
||||||
|
|
||||||
- `<command>` The custom command to show.
|
- `<command_name>` The custom command to show.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user