Skip to content

Commit 658c0e5

Browse files
fix: make all built-in decorators as external link
1 parent 46ddc7d commit 658c0e5

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

content/recipes/necord.md

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -163,20 +163,7 @@ export class AppCommands {
163163
}
164164
```
165165

166-
List of all built-in option decorators:
167-
168-
| Decorator | Type | Description |
169-
| :------------------ | :---------------------------- | :------------------- |
170-
| `StringOption` | `string` | A string option |
171-
| `NumberOption` | `number` | A number option |
172-
| `IntegerOption` | `number` | An integer option |
173-
| `BooleanOption` | `boolean` | A boolean option |
174-
| `UserOption` | `User` | A user option |
175-
| `MemberOption` | `GuildMember` | A member option |
176-
| `ChannelOption` | `GuildChannel` | A channel option |
177-
| `RoleOption` | `Role` | A role option |
178-
| `MentionableOption` | `GuildMember \| Role \| User` | A mentionable option |
179-
| `AttachmentOption` | `AttachmentOption` | An attachment option |
166+
[List of all built-in option decorators](https://necord.org/interactions/slash-commands#options)
180167

181168
##### Autocomplete
182169

@@ -333,12 +320,7 @@ export class AppComponents {
333320
}
334321
```
335322

336-
All of built-in select menu components:
337-
- `@StringSelect`
338-
- `@UserSelect`
339-
- `@RoleSelect`
340-
- `@MentionableSelect`
341-
- `@ChannelSelect`
323+
[All of built-in select menu components](https://necord.org/interactions/message-components#select-menu)
342324

343325
#### Modals
344326

0 commit comments

Comments
 (0)