Skip to main content
Module

x/harmony/src/types/presence.ts>StatusType

An easy to use Discord API Library for Deno.
Go to Latest
type alias StatusType
import { type StatusType } from "https://deno.land/x/harmony@v2.9.0/src/types/presence.ts";
definition:
| "online"
| "invisible"
| "offline"
| "idle"
| "dnd"