1import { Module } from "@voidy/framework"; 2 3export default new Module({ 4 id: "chatbot", 5 name: "Chatbot", 6 description: "Automated chatbot messages with per-channel subscriptions and content repositories.", 7});