feat(commands): attachment options (#7441)

This commit is contained in:
Ryan Munro
2022-02-13 22:41:41 +11:00
committed by GitHub
parent 988a51b764
commit 5bcca8b97f
6 changed files with 37 additions and 1 deletions

1
typings/enums.d.ts vendored
View File

@@ -27,6 +27,7 @@ export const enum ApplicationCommandOptionTypes {
ROLE = 8,
MENTIONABLE = 9,
NUMBER = 10,
ATTACHMENT = 11,
}
export const enum ApplicationCommandPermissionTypes {