wolbot/interactions/buttons/index.mjs
2024-03-12 20:04:08 +01:00

8 lines
104 B
JavaScript

import start from "./src/start.mjs";
const buttonList = {
start: start,
};
export { buttonList };