all repos — stealth-developers @ b7a615a91bcbb87e449d2d1032ab961b30a107da

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

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

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