mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-23 15:11:42 +00:00
6 lines
157 B
TypeScript
6 lines
157 B
TypeScript
import { isDiscordMutableAllowEntry } from "./mutable-allowlist-detectors.js";
|
|
|
|
export const auditChannelDiscordRuntime = {
|
|
isDiscordMutableAllowEntry,
|
|
};
|