crra/discord/commands/index.ts

4 lines
134 B
TypeScript
Raw Normal View History

export { default as Partner } from "./Partner";
2024-03-19 17:41:20 -04:00
export { default as Ping } from "./Ping";
2024-04-02 16:39:49 -04:00
export { default as Whois } from "./Whois";