mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 12:03:31 +01:00
feat(ApplicationCommandOptionType): add NUMBER (10) (#6128)
This commit is contained in:
1
typings/enums.d.ts
vendored
1
typings/enums.d.ts
vendored
@@ -20,6 +20,7 @@ export enum ApplicationCommandOptionTypes {
|
||||
CHANNEL = 7,
|
||||
ROLE = 8,
|
||||
MENTIONABLE = 9,
|
||||
NUMBER = 10,
|
||||
}
|
||||
|
||||
export enum ApplicationCommandPermissionTypes {
|
||||
|
||||
Reference in New Issue
Block a user