all repos — discord-utils @ fe1626583ce351ffa2bf22c5d83dd638aa409753

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