Fix typo in [p]customcom show (#3837)

This commit is contained in:
Flame442
2020-05-08 10:48:35 -04:00
committed by GitHub
parent 480c3129bd
commit 1a96f276f8

View File

@@ -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)