import * as ping from "./ping"; import * as breadalert from "./breadalert" export const commands = { ping, breadalert }