mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 20:13:30 +01:00
feat(commands): attachment options (#7441)
This commit is contained in:
1
typings/enums.d.ts
vendored
1
typings/enums.d.ts
vendored
@@ -27,6 +27,7 @@ export const enum ApplicationCommandOptionTypes {
|
||||
ROLE = 8,
|
||||
MENTIONABLE = 9,
|
||||
NUMBER = 10,
|
||||
ATTACHMENT = 11,
|
||||
}
|
||||
|
||||
export const enum ApplicationCommandPermissionTypes {
|
||||
|
||||
Reference in New Issue
Block a user