Fix visual issues with Discord's new Markdown (#6101)

Co-authored-by: Jakub Kuczys <me@jacken.men>
This commit is contained in:
Vexed
2023-05-13 11:39:57 +01:00
committed by GitHub
parent 7f820dab0c
commit 2386b8363f
9 changed files with 433 additions and 432 deletions

View File

@@ -402,7 +402,7 @@ class CustomCommands(commands.Cog):
"""Add a simple custom command.
Example:
- `[p]customcom create simple yourcommand Text you want`
- `[p]customcom create simple yourcommand Text you want`
**Arguments:**
@@ -447,9 +447,9 @@ class CustomCommands(commands.Cog):
custom command.
Examples:
- `[p]customcom cooldown pingrole`
- `[p]customcom cooldown yourcommand 30`
- `[p]cc cooldown mycommand 30 guild`
- `[p]customcom cooldown pingrole`
- `[p]customcom cooldown yourcommand 30`
- `[p]cc cooldown mycommand 30 guild`
**Arguments:**
@@ -492,7 +492,7 @@ class CustomCommands(commands.Cog):
"""Delete a custom command.
Example:
- `[p]customcom delete yourcommand`
- `[p]customcom delete yourcommand`
**Arguments:**
@@ -510,7 +510,7 @@ class CustomCommands(commands.Cog):
"""Edit a custom command.
Example:
- `[p]customcom edit yourcommand Text you want`
- `[p]customcom edit yourcommand Text you want`
**Arguments:**