lightjunction
999ce123a7
fix(discord): remove duplicate command registration loop
...
The _collect_and_register_commands method was iterating over
star_handlers_registry twice: once via collect_commands() and again
in a redundant second loop. This caused the same commands to be
registered to the Discord client twice, resulting in "Application
command names must be unique" errors during sync_commands().
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-23 15:29:06 +08:00
..
2026-03-23 13:29:53 +08:00
2026-03-19 23:30:25 +08:00
2026-03-23 12:49:13 +08:00
2026-03-23 13:15:35 +08:00
2026-03-22 22:44:05 +08:00
2026-03-22 22:44:05 +08:00
2026-03-22 22:44:05 +08:00
2026-03-19 23:30:25 +08:00
2026-03-23 12:49:13 +08:00
2026-03-23 15:29:06 +08:00
2026-03-23 13:15:35 +08:00
2026-03-23 12:43:37 +08:00
2026-03-23 12:49:13 +08:00
2026-03-23 12:43:37 +08:00
2026-03-23 13:15:35 +08:00
2026-03-23 01:56:39 +08:00
2026-03-21 00:09:58 +08:00
2026-03-22 22:44:05 +08:00
2026-03-23 01:18:03 +08:00
2026-03-22 22:44:05 +08:00
2026-03-23 12:49:13 +08:00
2026-03-23 12:49:13 +08:00
2026-03-23 12:49:13 +08:00
2026-03-22 22:44:05 +08:00
2026-03-23 01:56:39 +08:00
2026-03-22 19:08:56 +08:00
2026-03-19 23:30:25 +08:00
2026-03-19 23:30:25 +08:00
2026-03-23 01:18:03 +08:00
2026-02-28 13:34:12 +09:00
2026-03-23 05:57:55 +08:00
2026-03-23 01:56:39 +08:00
2026-02-28 13:34:12 +09:00
2026-03-23 01:18:03 +08:00
2026-03-10 21:05:09 +08:00
2026-03-19 23:30:25 +08:00
2026-03-19 23:30:25 +08:00
2026-03-19 23:30:25 +08:00