mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
fix(types): Fix bounds for ApplicationCommandOptionTypes.Integer (#4512)
This commit is contained in:
@@ -462,7 +462,7 @@ export enum ApplicationCommandOptionTypes {
|
||||
SubCommand = 1,
|
||||
SubCommandGroup,
|
||||
String,
|
||||
/** Any integer between -2^53 and 2^53 */
|
||||
/** Any integer between -2^53+1 and 2^53-1 */
|
||||
Integer,
|
||||
Boolean,
|
||||
User,
|
||||
|
||||
Reference in New Issue
Block a user