From fdde639390b11e62336c8e0941cad1ae29d9ec2f Mon Sep 17 00:00:00 2001 From: dperolio Date: Tue, 16 Nov 2021 23:39:06 -0500 Subject: [PATCH] Add `NUMBER` property to `ApplicationCommandOptionTypes` in constants --- src/constants.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/constants.ts b/src/constants.ts index f3dc35c5..76bc93fc 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -109,6 +109,7 @@ export enum ApplicationCommandOptionTypes { CHANNEL = 7, ROLE = 8, MENTIONABLE = 9, + NUMBER = 10 }