fix: remove unused imports

This commit is contained in:
Ogulcan Celik 2026-01-27 22:54:28 +03:00
parent d1241cf6b7
commit 5c52b0a987
2 changed files with 2 additions and 10 deletions

View File

@ -9,11 +9,7 @@
import type { MoltbotConfig } from "../config/config.js";
import { logVerbose } from "../globals.js";
import {
shouldRespond,
type EngagementConfig,
type EngagementState,
} from "../config/engagement.js";
import { shouldRespond, type EngagementState } from "../config/engagement.js";
import {
resolveChannelGroupEngagement,
resolveChannelGroupMode,

View File

@ -13,11 +13,7 @@ import { buildMentionConfig, debugMention, resolveOwnerList } from "../mentions.
import type { WebInboundMsg } from "../types.js";
import { recordPendingHistoryEntryIfEnabled } from "../../../auto-reply/reply/history.js";
import { stripMentionsForCommand } from "./commands.js";
import {
resolveGroupActivationFor,
resolveGroupModeFor,
resolveGroupPolicyFor,
} from "./group-activation.js";
import { resolveGroupActivationFor, resolveGroupPolicyFor } from "./group-activation.js";
import { noteGroupMember } from "./group-members.js";
export type GroupHistoryEntry = {