discord-js
Installation
SKILL.md
Discord.js Bot Builder
Overview
Build full-featured Discord bots using discord.js v14+. This skill provides a complete bot template, comprehensive API patterns, and extensive command examples for creating bots from scratch.
Quick Start
Create a New Bot Project
Use the bot template from assets/bot-template/ to start a new bot:
- Copy the entire
bot-template/directory to your project location - Install dependencies:
npm install - Create
.envfile from.env.example - Add your bot token, client ID, and guild ID to
.env - Deploy commands:
npm run deploy - Start the bot:
npm start