fix: remove unused imports
This commit is contained in:
parent
d1241cf6b7
commit
5c52b0a987
@ -9,11 +9,7 @@
|
|||||||
|
|
||||||
import type { MoltbotConfig } from "../config/config.js";
|
import type { MoltbotConfig } from "../config/config.js";
|
||||||
import { logVerbose } from "../globals.js";
|
import { logVerbose } from "../globals.js";
|
||||||
import {
|
import { shouldRespond, type EngagementState } from "../config/engagement.js";
|
||||||
shouldRespond,
|
|
||||||
type EngagementConfig,
|
|
||||||
type EngagementState,
|
|
||||||
} from "../config/engagement.js";
|
|
||||||
import {
|
import {
|
||||||
resolveChannelGroupEngagement,
|
resolveChannelGroupEngagement,
|
||||||
resolveChannelGroupMode,
|
resolveChannelGroupMode,
|
||||||
|
|||||||
@ -13,11 +13,7 @@ import { buildMentionConfig, debugMention, resolveOwnerList } from "../mentions.
|
|||||||
import type { WebInboundMsg } from "../types.js";
|
import type { WebInboundMsg } from "../types.js";
|
||||||
import { recordPendingHistoryEntryIfEnabled } from "../../../auto-reply/reply/history.js";
|
import { recordPendingHistoryEntryIfEnabled } from "../../../auto-reply/reply/history.js";
|
||||||
import { stripMentionsForCommand } from "./commands.js";
|
import { stripMentionsForCommand } from "./commands.js";
|
||||||
import {
|
import { resolveGroupActivationFor, resolveGroupPolicyFor } from "./group-activation.js";
|
||||||
resolveGroupActivationFor,
|
|
||||||
resolveGroupModeFor,
|
|
||||||
resolveGroupPolicyFor,
|
|
||||||
} from "./group-activation.js";
|
|
||||||
import { noteGroupMember } from "./group-members.js";
|
import { noteGroupMember } from "./group-members.js";
|
||||||
|
|
||||||
export type GroupHistoryEntry = {
|
export type GroupHistoryEntry = {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user