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