We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e77845 commit be5db96Copy full SHA for be5db96
docs/interactions/application-commands.mdx
@@ -87,7 +87,7 @@ Options using `autocomplete` are not confined to only use choices given by the a
87
| SUB_COMMAND | 1 | |
88
| SUB_COMMAND_GROUP | 2 | |
89
| STRING | 3 | |
90
-| INTEGER | 4 | Any integer between -2^53 and 2^53 |
+| INTEGER | 4 | Any integer between -2^53+1 and 2^53-1 |
91
| BOOLEAN | 5 | |
92
| USER | 6 | |
93
| CHANNEL | 7 | Includes all channel types + categories |
0 commit comments