mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 10:10:45 +00:00
test(discord): avoid status fast path in allow-from fixture
This commit is contained in:
@@ -52,8 +52,8 @@ function createConfig(): OpenClawConfig {
|
||||
|
||||
function createCommand(cfg: OpenClawConfig, discordConfig?: DiscordAccountConfig) {
|
||||
const commandSpec: NativeCommandSpec = {
|
||||
name: "status",
|
||||
description: "Status",
|
||||
name: "ping",
|
||||
description: "Ping",
|
||||
acceptsArgs: false,
|
||||
};
|
||||
return createDiscordNativeCommand({
|
||||
|
||||
Reference in New Issue
Block a user