fix: finalize discord presence config (#10855) (thanks @h0tp-ftw)

This commit is contained in:
Shadow
2026-02-13 13:33:25 -06:00
committed by Shadow
parent c82cd9e5d1
commit 4b3c87b82d
2 changed files with 0 additions and 2 deletions

View File

@@ -253,7 +253,6 @@ Docs: https://docs.openclaw.ai
- CLI: sort commands alphabetically in help output. (#8068) Thanks @deepsoumya617.
- CI: optimize pipeline throughput (macOS consolidation, Windows perf, workflow concurrency). (#10784) Thanks @mcaxtr.
- Agents: bump pi-mono to 0.52.7; add embedded forward-compat fallback for Opus 4.6 model ids.
- Discord: add configurable presence status/activity/type/url (custom status defaults to activity text). (#10855) Thanks @h0tp-ftw.
### Added

View File

@@ -40,7 +40,6 @@ import {
registerDiscordListener,
} from "./listeners.js";
import { createDiscordMessageHandler } from "./message-handler.js";
import { resolveDiscordPresenceUpdate } from "./presence.js";
import {
createDiscordCommandArgFallbackButton,
createDiscordNativeCommand,