📄️ Overview
A bot built on Knub consists of one or more plugins.
📄️ Creating a plugin
Every Knub plugin is described by a blueprint – a plain object that tells Knub how to load the plugin and what
📄️ Plugin configuration
Each plugin can be configured individually for every guild (server). Plugin configuration travels through the value
📄️ Slash commands
Like plugins, slash commands in Knub are plain JavaScript objects.
📄️ Event listeners
Like plugins, event handlers in Knub are plain JavaScript objects.
📄️ Message commands
While slash commands are the modern Discord standard, Knub still supports classic prefix-based message commands. This
📄️ Plugin data
Many functions, such as beforeLoad(), afterLoad(), command run(), event listener listener(), etc.