diff --git a/README.md b/README.md index 3d17f09..555ace3 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Here are some Discord servers that can help you out with everything Senchabot: The [Official Senchabot Support/Developers server](https://discord.com/invite/h3NqsbHW4a) has plenty of help channels with knowledgeable people and Senchabot's developers to get you help with something you need, and get updates straight from the developers. However do keep in mind this is a purely on-topic server. If you are looking for a community, join the server below. -The [Kamp US server](https://discord.gg/kampus) is a common hangout for libraries and developers alike. It's a great starting point for those looking to dive in and learn how to developer. +The [Kamp US server](https://discord.gg/kampus) is a common hangout for developers. It's a great starting point for those looking to dive in and learn how to developer. ## License diff --git a/docs/.vitepress/theme/components/ApplicationCommands.vue b/docs/.vitepress/theme/components/ApplicationCommands.vue index 361baef..18109b5 100644 --- a/docs/.vitepress/theme/components/ApplicationCommands.vue +++ b/docs/.vitepress/theme/components/ApplicationCommands.vue @@ -3,10 +3,10 @@
- {{ appCmd.name }} + /{{ appCmd.name }}
-
+
{{ optionPillKey }} @@ -14,7 +14,7 @@ {{ optionPillValue }}
-
+
{{ optionPillKey2 }} diff --git a/docs/.vitepress/theme/custom.css b/docs/.vitepress/theme/custom.css index aee42e7..89efdc4 100644 --- a/docs/.vitepress/theme/custom.css +++ b/docs/.vitepress/theme/custom.css @@ -359,7 +359,7 @@ footer span a { background-color: #222226; flex: 1; } - + .optionPill2 { display: flex; border-radius: 4px; diff --git a/docs/MARKDOWN-EXTENSIONS.md b/docs/MARKDOWN-EXTENSIONS.md index c301c81..bc99184 100644 --- a/docs/MARKDOWN-EXTENSIONS.md +++ b/docs/MARKDOWN-EXTENSIONS.md @@ -279,18 +279,44 @@ We have custom button style
-### Discord Button Style +### Discord Application Commands Style + +We use a special component for Discord application commands. + +**Input** + +```js + + +``` + +**Output** + + + + +You can also use it with two options: **Input** ```js ``` @@ -299,11 +325,11 @@ We have custom button style