/Discord.js-v14-Bot-Template

The ultimate Discord.js v14 bot template with all features available.

Primary LanguageJavaScript

Features

This template has all the features of discord.js v14

Slash Commands

image

Buttons

image

Welcome Message

image

Example Commands

image

Rich Presence Status

image image

Subcommands

image

Modals

image

Select Menus

image

Context Menus

image

Auto Completes

image

MongoDB Database

image

Setup

  1. Download ZIP

image

  1. Extract File

The file should look like the image below

image

  1. Create config.json
{
    "token": "YOUR_DISCORD_TOKEN",
    "dbToken": "YOUR_DATABASE_CONNECTION_STRING",
    "clientId": "YOUR_CLIENT_ID",
    "guildId": "GUILD_ID"
}
  1. Download NPM packages Open a new terminal (command prompt or powershell is also going to work) and type npm install for installing all packages necessary for the bot.

And everything is ready. Finally, you can run the bot by typing node .