Skip to content

Commit f3e6913

Browse files
docs(readme): update heading
1 parent 8617359 commit f3e6913

1 file changed

Lines changed: 18 additions & 3 deletions

File tree

README.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
# support-bot-commands
1+
<div align="center">
2+
<img
3+
src="https://raw.githubusercontent.com/LizardByte/.github/refs/heads/master/branding/logos/logo.svg"
4+
alt="LizardByte icon"
5+
width="256"
6+
/>
7+
<h1 align="center">support-bot-commands</h1>
8+
<h4 align="center">Central repository of commands to extend the LizardByte support-bot.</h4>
9+
</div>
10+
11+
<div align="center">
12+
<a href="https://sonarcloud.io/project/overview?id=LizardByte_support-bot-commands"><img src="https://img.shields.io/sonar/quality_gate/LizardByte_support-bot-commands.svg?server=https%3A%2F%2Fsonarcloud.io&style=for-the-badge&logo=sonarqubecloud&label=sonarcloud" alt="SonarCloud"></a>
13+
</div>
14+
15+
## Overview
216

317
This is a central repository of all the commands that the [support-bot](https://github.com/LizardByte/support-bot)
418
can execute. The purpose of separating the commands from the bot is to allow for easier updating and
@@ -36,8 +50,9 @@ The commands should be single markdown files and must comply with the following:
3650
| Disabling Automatic URL Linking | :heavy_check_mark: | :heavy_check_mark: | :white_check_mark: |
3751
| HTML | :x: | :x: | :x: |
3852

39-
:information_source: Do not use features that are not supported by all targets. For example, do not use line breaks,
40-
since it is not supported by Discord.
53+
> [!ATTENTION]
54+
> Do not use features that are not supported by all targets.
55+
> For example, do not use line breaks, since it is not supported by Discord.
4156
4257
For more information, see the [Discord Markdown Guide](https://www.markdownguide.org/tools/discord/) or the
4358
[Reddit Markdown Guide](https://www.markdownguide.org/tools/reddit/).

0 commit comments

Comments
 (0)