tingle-bot/src/commands/_CommandList.ts
2024-09-26 11:37:00 -07:00

7 lines
133 B
TypeScript

import { forecast } from "./forecast";
/**
* TODO: Migrate this to an automated import.
*/
export const CommandList = [forecast];