mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 00:40:07 +00:00
feat(types): add MENTIONABLE to DiscordApplicationCommandOptionTypes (#883)
Reference: 91379ed787
This commit is contained in:
@@ -8,6 +8,7 @@ export enum DiscordApplicationCommandOptionTypes {
|
||||
USER,
|
||||
CHANNEL,
|
||||
ROLE,
|
||||
MENTIONABLE,
|
||||
}
|
||||
|
||||
export type ApplicationCommandOptionTypes =
|
||||
|
||||
Reference in New Issue
Block a user