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:

  1. Copy the entire bot-template/ directory to your project location
  2. Install dependencies: npm install
  3. Create .env file from .env.example
  4. Add your bot token, client ID, and guild ID to .env
  5. Deploy commands: npm run deploy
  6. Start the bot: npm start
Installs
Repository
smithery/ai
First Seen
Security Audits
discord-js — smithery/ai