| name | presence |
| description | Online status, activity tracking, and multi-device sync |
| emoji | 🟢 |
Presence - Complete API Reference
Manage online status, track activity across devices, and sync presence information.
Chat Commands
View Status
/presence Show your status
/presence who Who's online
/presence activity Recent activity
Set Status
/presence online Set online
/presence away Set away
/presence dnd Do not disturb
/presence offline Appear offline
/presence status "In a meeting" Custom status
Devices
/presence devices Your connected devices
/presence sync Force sync all devices
TypeScript API Reference
Create Presence Service
import { createPresenceService } from 'clodds/presence';
const presence = createPresenceService({
heartbeatIntervalMs: 30000,
awayAfterMs: 300000,
: ,
: process..,
});