mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-06 01:12:33 -05:00
Fix visual issues with Discord's new Markdown (#6101)
Co-authored-by: Jakub Kuczys <me@jacken.men>
This commit is contained in:
@@ -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:**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user