-
Notifications
You must be signed in to change notification settings - Fork 1
Examples
dysolix edited this page Apr 17, 2024
·
3 revisions
All examples assume that the HasagiClient has already been created and is connected like this.
import { HasagiClient } from "@hasagi/core";
const client = new HasagiClient();
await client.connect();