File tree Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Original file line number Diff line number Diff line change @@ -163,20 +163,7 @@ export class AppCommands {
163
163
}
164
164
```
165
165
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 )
180
167
181
168
##### Autocomplete
182
169
@@ -333,12 +320,7 @@ export class AppComponents {
333
320
}
334
321
```
335
322
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 )
342
324
343
325
#### Modals
344
326
You can’t perform that action at this time.
0 commit comments