Creating an addon
This guide explains how to create a basic addon for our bots. Addons allow users to extend the bot's functionality without modifying the main codebase.
What is an Addon?
Addon File Requirements
How the Addon System Works
Step 1: Creating an Event Listener (Optional)
Step 2: Creating a Slash Command (Optional)
Step 3: Combining Events and Commands
Step 4: Loading Your Addon
Advanced Example: Fully Featured Addon
How to Create an Addon with MongoDB Integration
Step 1: Create a MongoDB Model
Step 2: Use the Model in Your Addon
Full Example Addon with MongoDB integration
Last updated