export default createCommand({ alias: ["hello"], run: async (_, ctx) => { ctx.twitch.sendMessage({ message: "Hello World", }) }, })