Skip to content

Commit be5db96

Browse files
authored
Fix bounds issue with integer field in application command (#7458)
1 parent 6e77845 commit be5db96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/interactions/application-commands.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Options using `autocomplete` are not confined to only use choices given by the a
8787
| SUB_COMMAND | 1 | |
8888
| SUB_COMMAND_GROUP | 2 | |
8989
| STRING | 3 | |
90-
| INTEGER | 4 | Any integer between -2^53 and 2^53 |
90+
| INTEGER | 4 | Any integer between -2^53+1 and 2^53-1 |
9191
| BOOLEAN | 5 | |
9292
| USER | 6 | |
9393
| CHANNEL | 7 | Includes all channel types + categories |

0 commit comments

Comments
 (0)