import type { OpenClawConfig } from "openclaw/plugin-sdk/config-types";

export const EMPTY_DISCORD_TEST_CONFIG = {} as OpenClawConfig;

export const EMPTY_DISCORD_TEST_OPTS = {
  cfg: EMPTY_DISCORD_TEST_CONFIG,
};
