Commit b6d6687
Fix EQNotify add-tag option description exceeding Discord 100-char limit (#267)
The add-tag option description introduced in #266 was 108 characters, over
Discord's 100-character cap for option descriptions. discord.js validates
this only at command-registration time, so it passed tsc/tests but crashed
the bot on boot ("ExpectedConstraintError: Invalid string length"). Shortened
to 93 characters and noted the limit inline.
Claude-Session: https://claude.ai/code/session_01BWXRmPbtEz35wquwFd8Cu7
Co-authored-by: Claude <noreply@anthropic.com>1 parent 0668f93 commit b6d6687
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | | - | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
0 commit comments