untrack()
untrack(opts?: Record<string, any>): Promise<"ok" | "timed out" | "error">
Clear this client's Presence.
await channel.untrack();
untrack(opts?: Record<string, any>): Promise<"ok" | "timed out" | "error">
Clear this client's Presence.
await channel.untrack();