The ultimate starter kit for Discord bots that need the best of both worlds: traditional Prefix-based commands and modern Slash Commands.
- Dual Command System: Separate handlers for prefix/message commands and slash commands.
- Rich Intents: Pre-configured with total
GatewayIntentBitsfor advanced features. - Developer Friendly: Includes a
run.batfor easy local Windows execution. - Modular Events: Clean event management system.
/prefix: Home for commands like!help./slash: Home for commands like/help./events: Centralized event management.
Update config.js:
module.exports = {
token: "YOUR_BOT_TOKEN",
prefix: "!",
ownerID: "YOUR_ID"
}