all repos — discord-utils @ 3938fc3ab9b0ae293f847258450f6b50aa52819b

src/discord/index.ts (view raw)

 1
 2
 3
 4
 5
 6
 7
import { Kitten } from "@purrkit/core";
import { client } from "./client";

export * from "./rest";
export * from "./client";

export const kitten = new Kitten(client);