client.ts 225 B

1234567
  1. import { Client } from "discord.js";
  2. import { XenforoClient } from "./xenforo";
  3. export const client = new Client();
  4. export const forumClient = new XenforoClient("https://custommaid3d2.com/api", process.env.FORUM_API_KEY);