all repos — stealth-developers @ 5615ea8bd60e3db4ef2fae8bccb3f23c79d7a2e9

apps/bot/src/feats/index.ts (view raw)

 1
 2
 3
 4
 5
import { miscCommands } from "./misc";
import { ticketCommands, ticketComponents } from "./tickets";

export const commands = [...ticketCommands, ...miscCommands];
export const components = [...ticketComponents];