mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 19:28:54 -05:00
Fix typo in [p]customcom show (#3837)
This commit is contained in:
parent
480c3129bd
commit
1a96f276f8
@ -459,7 +459,7 @@ class CustomCommands(commands.Cog):
|
|||||||
|
|
||||||
@customcom.command(name="show")
|
@customcom.command(name="show")
|
||||||
async def cc_show(self, ctx, command_name: str):
|
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:
|
try:
|
||||||
cmd = await self.commandobj.get_full(ctx.message, command_name)
|
cmd = await self.commandobj.get_full(ctx.message, command_name)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user