Commit 676572d
fix(3c-ii): filter autocomplete by typed input + pin wipe handler in reg test
Address final whole-branch review minors: ServerAutocompleteHandler now
filters the guild's servers by the user's in-progress text (case-insensitive)
before the 25-cap, so a server past the 25th alphabetically is reachable;
CommandRegistrationTests now asserts the 'wipe' handler is registered (the
count tripwire alone wouldn't catch a rename of the newly-surfaced /wipe).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 6394e9d commit 676572d
2 files changed
Lines changed: 4 additions & 0 deletions
File tree
- src/RustPlusBot.Features.Commands/Servers
- tests/RustPlusBot.Features.Commands.Tests
Lines changed: 3 additions & 0 deletions
| 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 | | |
31 | 32 | | |
| 33 | + | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
0 commit comments