diff --git a/docs/interactions/application-commands.mdx b/docs/interactions/application-commands.mdx index 9baf3102b0..9619aa9018 100644 --- a/docs/interactions/application-commands.mdx +++ b/docs/interactions/application-commands.mdx @@ -84,7 +84,7 @@ Application commands are native ways to interact with apps in the Discord client | SUB_COMMAND | 1 | | | SUB_COMMAND_GROUP | 2 | | | STRING | 3 | | -| INTEGER | 4 | Any integer between -2^53 and 2^53 | +| INTEGER | 4 | Any integer between -2^53+1 and 2^53-1 | | BOOLEAN | 5 | | | USER | 6 | | | CHANNEL | 7 | Includes all channel types + categories |