A powerful and extendable Discord bot, with it's own module system :3 thevoid.cafe/projects/voidy
at develop 7 lines 214 B view raw
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});