mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-04 22:16:08 +00:00
fix: typo
This commit is contained in:
parent
d0425020bf
commit
ccd005fcd7
@ -128,6 +128,6 @@ export interface ComponentCommandInteractionMap {
|
|||||||
TextInput: never;
|
TextInput: never;
|
||||||
UserSelect: UserSelectMenuInteraction;
|
UserSelect: UserSelectMenuInteraction;
|
||||||
RoleSelect: RoleSelectMenuInteraction;
|
RoleSelect: RoleSelectMenuInteraction;
|
||||||
MentioableSelect: MentionableSelectMenuInteraction;
|
MentionableSelect: MentionableSelectMenuInteraction;
|
||||||
ChannelSelect: ChannelSelectMenuInteraction;
|
ChannelSelect: ChannelSelectMenuInteraction;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user