- 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 |
||
|---|---|---|
| .. | ||
| guildCreate.ts | ||
| guildDelete.ts | ||
| guildMemberAdd.ts | ||
| interactionCreate.ts | ||
| inviteCreate.ts | ||
| inviteDelete.ts | ||
| messageCreate.ts | ||
| ready.ts | ||
| voiceStateUpdate.ts | ||