all repos — stealth-developers @ c389ef7352d200fa469e7fd0c4d7ba3c37143367

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