mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
feat(types): add MENTIONABLE to DiscordApplicationCommandOptionTypes (#883)
Reference: https://github.com/discord/discord-api-docs/commit/91379ed78710d3020dcb46521485abecdf31e1d0
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