Discord Bot Template
A production-ready Discord bot template with AI capabilities, slash commands, and interactive features.
Features
- Discord.js latest
- Slash commands
- Button interactions
- Context menus
- AI conversation capabilities
- Voice channel support
- TypeScript
- Permission management
Getting Started
Prerequisites
- Discord developer account
- Node.js 20 or later
- Bun package manager
Installation
bun create magicword-app my-discord-bot --template discord-bot
cd my-discord-bot
bun install
Development
bun dev