fix: avoid mixing ?? and || in discord monitor
This commit is contained in:
parent
13d39b8fb1
commit
b0dcdc4982
1 changed files with 1 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue