📄️ Custom Prefixes
The bot prefix is declared in the client constructor, this option supports a string or a function, this is useful for making custom prefixes for each server.
📄️ Handlers
Load commands and events with the built-in method.
📄️ Sync slash commands
You need to use the sync method of the Fold class.
📄️ Custom Context
Erine advanced let's you implement a custom context for your commands.
📄️ Cooldowns
You can cooldown your commands with ease using the cooldown plugin.