Skip to content

Commit 8ca5568

Browse files
committed
fix image md
1 parent 14d1b70 commit 8ca5568

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

guide/Cooldown/channelCooldown_ai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ These macros can be used in your error message to provide dynamic information ab
3535
| `%mins%` | The number of minutes remaining. | `54` |
3636
| `%secs%` | The number of seconds remaining. | `56` |
3737
| `%timestamp%` | Unix timestamp (seconds) for when the cooldown expires. | `1680711176` |
38-
| `%relative%` | Displays the remaining time using Discord's relative timestamp feature (updates automatically). | `![](https://i.imgur.com/F2bAFnk.png)` |
38+
| `%relative%` | Displays the remaining time using Discord's relative timestamp feature (updates automatically). | ![](https://i.imgur.com/F2bAFnk.png) |
3939

4040
::: tip Note
4141
You can send styled messages or embeds by using the [Message Curl Format](../CodeReferences/ref.message_curl_format.md) in the error message.

guide/Cooldown/serverCooldown_ai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You can use the following macros within your error message to dynamically displa
4242
| `%mins%` | Number of minutes left on the cooldown. | `54` |
4343
| `%secs%` | Number of seconds left on the cooldown. | `56` |
4444
| `%timestamp%` | Unix timestamp (seconds) of expiration. | `1680711176` |
45-
| `%relative%` | Discord's relative timestamp. | `![](https://i.imgur.com/F2bAFnk.png)` |
45+
| `%relative%` | Discord's relative timestamp. | ![](https://i.imgur.com/F2bAFnk.png) |
4646

4747
::: tip Note
4848
You can format the error message as an embed using [Message Curl Format](../CodeReferences/ref.message_curl_format.md).

0 commit comments

Comments
 (0)