Kord/src/commands
mineseo-kim 1a4652c185 Fix slash command timeouts: defer before locale DB reads
- interactionCreate: deferReply(ephemeral) immediately for chat commands, then getInteractionLocale.

- All slash handlers use editReply; remove redundant deferReply in audit/fishing/music.

- localeHelper: parallelize user/guild Prisma lookups for getInteractionLocale and getContextLocale.

Note: deferred replies are ephemeral; public-only responses (e.g. music queue) are now user-visible only.
Made-with: Cursor
2026-04-09 09:09:32 +09:00
..
audit.ts Fix slash command timeouts: defer before locale DB reads 2026-04-09 09:09:32 +09:00
config.ts Fix slash command timeouts: defer before locale DB reads 2026-04-09 09:09:32 +09:00
event.ts Fix slash command timeouts: defer before locale DB reads 2026-04-09 09:09:32 +09:00
fishing.ts Fix slash command timeouts: defer before locale DB reads 2026-04-09 09:09:32 +09:00
language.ts Fix slash command timeouts: defer before locale DB reads 2026-04-09 09:09:32 +09:00
minigame.ts Fix slash command timeouts: defer before locale DB reads 2026-04-09 09:09:32 +09:00
music.ts Fix slash command timeouts: defer before locale DB reads 2026-04-09 09:09:32 +09:00
refine.ts Fix slash command timeouts: defer before locale DB reads 2026-04-09 09:09:32 +09:00
setup.ts Fix slash command timeouts: defer before locale DB reads 2026-04-09 09:09:32 +09:00
voice.ts Fix slash command timeouts: defer before locale DB reads 2026-04-09 09:09:32 +09:00