@@ -23,31 +23,31 @@ export interface MappedComponentTypes {
23
23
*/
24
24
[ ComponentType . ActionRow ] : ActionRowBuilder < AnyComponentBuilder > ;
25
25
/**
26
- * The button component type is associated with an {@link ButtonBuilder}.
26
+ * The button component type is associated with a {@link ButtonBuilder}.
27
27
*/
28
28
[ ComponentType . Button ] : ButtonBuilder ;
29
29
/**
30
- * The string select component type is associated with an {@link StringSelectMenuBuilder}.
30
+ * The string select component type is associated with a {@link StringSelectMenuBuilder}.
31
31
*/
32
32
[ ComponentType . StringSelect ] : StringSelectMenuBuilder ;
33
33
/**
34
- * The text inpiut component type is associated with an {@link TextInputBuilder}.
34
+ * The text input component type is associated with a {@link TextInputBuilder}.
35
35
*/
36
36
[ ComponentType . TextInput ] : TextInputBuilder ;
37
37
/**
38
- * The user select component type is associated with an {@link UserSelectMenuBuilder}.
38
+ * The user select component type is associated with a {@link UserSelectMenuBuilder}.
39
39
*/
40
40
[ ComponentType . UserSelect ] : UserSelectMenuBuilder ;
41
41
/**
42
- * The role select component type is associated with an {@link RoleSelectMenuBuilder}.
42
+ * The role select component type is associated with a {@link RoleSelectMenuBuilder}.
43
43
*/
44
44
[ ComponentType . RoleSelect ] : RoleSelectMenuBuilder ;
45
45
/**
46
- * The mentionable select component type is associated with an {@link MentionableSelectMenuBuilder}.
46
+ * The mentionable select component type is associated with a {@link MentionableSelectMenuBuilder}.
47
47
*/
48
48
[ ComponentType . MentionableSelect ] : MentionableSelectMenuBuilder ;
49
49
/**
50
- * The channel select component type is associated with an {@link ChannelSelectMenuBuilder}.
50
+ * The channel select component type is associated with a {@link ChannelSelectMenuBuilder}.
51
51
*/
52
52
[ ComponentType . ChannelSelect ] : ChannelSelectMenuBuilder ;
53
53
}
0 commit comments