Discord: avoid reply spam on chunked sends

This commit is contained in:
Shadow
2026-02-20 16:37:06 -06:00
parent df002ef840
commit 64c29c3755
5 changed files with 49 additions and 3 deletions

View File

@@ -628,6 +628,7 @@ export async function processDiscordMessage(ctx: DiscordMessagePreflightContext)
rest: client.rest,
runtime,
replyToId,
replyToMode,
textLimit,
maxLinesPerMessage: discordConfig?.maxLinesPerMessage,
tableMode,