all repos — stealth-developers @ b123285b90822250c224a8704e6b6cfcdf987c57

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