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);