fix: avoid mixing ?? and || in discord monitor

This commit is contained in:
Peter Steinberger
2026-01-05 01:46:02 +01:00
parent 13d39b8fb1
commit b0dcdc4982

View File

@@ -15,9 +15,8 @@ import {
type PartialUser,
type User,
} from "discord.js";
import { hasControlCommand } from "../auto-reply/command-detection.js";
import { chunkText, resolveTextChunkLimit } from "../auto-reply/chunk.js";
import { hasControlCommand } from "../auto-reply/command-detection.js";
import { formatAgentEnvelope } from "../auto-reply/envelope.js";
import { getReplyFromConfig } from "../auto-reply/reply.js";
import type { ReplyPayload } from "../auto-reply/types.js";