A template to use for creating a Discord Bot using version 13.

Overview

DiscordV13 Template

It is meant to be used as a solid base for your Discord bot, it already comes with a main file, command and event Handler, along with permission verification, command aliases and environment variables.

How to use?

  • Clone or download this repository git clone https://github.com/Nick-Gabe/DiscordV13-template

  • Run the command "npm install" to install all the project dependencies.

  • After that, in the root folder, create a file called ".env". You will store the variable and sensitive information here. Use the .env.example as an example and fill the .env file you created with your information.

BOT_TOKEN=ABCDEFGHIJKLMNOPQRSTUVWXYZ
PREFIX=?
  • Now you need to specify the intents of your bot in the main file. By default it comes with two intents, Guilds and Guild messages.
// main.js - line 4
const client = new Client({
    intents: [
        // Set the permissions your bot needs here
        Intents.FLAGS.GUILDS,
        Intents.FLAGS.GUILD_MESSAGES
    ]
})
  • After setting them up, customize "package.json" and fill with your project information, also change the name in "package-lock.json".
  • Now just run the command "npm run dev" and the bot shall start running, and it will automatically restart whenever you make a change to the code. (press Ctrl+C in the terminal to stop it). If you want it to start only once and don't update when you make changes, instead use "npm start".

Details

Credits to this repository are not needed, it is free to use. But if this helped you, you can give it a star as a thanks :)

You might also like...

It is a discord bot bot which can play lofi song in different language 24/7. It has premium system and cool embed looks with buttons. It can play youtube songs, playlists. This bot code was made by Supreme#2401. It uses djs V12

It is a discord bot bot which can play lofi song in different language 24/7. It has premium system and cool embed looks with buttons. It can play youtube songs, playlists. This bot code was made by Supreme#2401. It uses djs V12

Lofi-Radio-Music-Bot It is a discord bot bot which can play lofi song in different language 24/7. It has premium system and cool embed looks with butt

Jan 2, 2023

A bot template using discord.js

discord.js-bot-template Overview This is a bot template using discord.js for quickly and easily creating powerful Discord bots. You don't need much Ja

Dec 12, 2022

New base bot WhatsApp 🈴 bukan self bot lagi atau buka bot yang bisa di pakai oleh bot sendiri 😎

New base bot WhatsApp 🈴 bukan self bot lagi atau buka bot yang bisa di pakai oleh bot sendiri 😎

Installation • Thanks to • Donate Official Group Bot • Settings Instalasi Heroku Buildpack Click the deploy icon below ! heroku/nodejs https://g

Feb 9, 2022

A multipurpose Discord-bot created using discord.js.

Flame A multipurpose Discord-bot with music, economy, utils, and also auto-moderation. Flame is a powerfull, multipurpose and fully modular Discord-bo

Nov 14, 2021

A discord bot using @discord.js and mongoose. Used for music, moderation, and entertainment.

hazel A discord bot using @discord.js and mongoose. Used for music, moderation, and entertainment. Features Music ― supporting YouTube, Spotify and So

Dec 31, 2022

Sample discord bot using clashofclans.js and discord.js

Clash of Clans sample discord bot using NodeJs Introduction This sample bot project aims to help you get started with interacting Clash of Clans API u

Dec 16, 2022

Template d'un bot Discord mis à jour par alzhetv.

Template d'un bot Discord mis à jour par alzhetv.

📰 Discord Js - Bot Template - ayzundev (original) x alzhetv (ajouts) 📃 Prérequis : https://discord.com/developers/applications Créez une 'Nouvelle A

Dec 24, 2021

This Command Line tool will generate a Discord bot template for you 🤖.

This Command Line tool will generate a Discord bot template for you 🤖.

Make Discord Bot This is the main repository of the Make Discord Bot CLI. About : Make Discord Bot is a Command Line Interface that allows for easy ac

Feb 5, 2022

Revoltchat-bot - Revolt.chat bot template

revoltchat-bot Revolt.chat bot template made with Typescript Setup Guide Clone this repository git clone https://github.com/debert-jamie/revoltchat-bo

Jan 2, 2023
Owner
Nícolas Gabriel
Nícolas Gabriel
A multipurpose bot, a clan bot, a all in one bot. The one bot u need for ur server originally made as Milrato discord Bot and by Tomato6966.

Public Bot and Support Server! Invite the Public Version of this Bot so you don't need to host it by yourself or join my Discord server to get a custo

Tomato6966 472 Dec 25, 2022
A simple & easy2use API for obtaining information about a discord user, discord bot or discord guild and their use for some purpose on websites!

discord-web-api A simple & easy2use API for obtaining information about a discord user, discord bot or discord guild and their use for some purpose on

InvalidLenni 2 Jun 28, 2022
A Discord bot project made with the npm package discord.js version 14

A Discord bot project made with the npm package discord.js version 14 and it's job to manage mails on a server, and this project includes only one Database: Quick.db. This project also handles Slash commands.

T.F.A 33 Jan 6, 2023
Gitlift Discord Bot is a discord bot which is listening Discord Messages to reply with user gitlift profile and total contributions.

Remoklify - Gitlift Discord Bot Gitlift Discord Bot is a discord bot which is listening Discord Messages to reply with user gitlift profile and total

Remoklify 3 Mar 20, 2022
About Discord bot draft that does not contain ready-made commands, compatible with discord.js v14. Create your own discord bot with this command handler.

discordJS-V14 About Discord bot draft that does not contain ready-made commands, compatible with discord.js v14. Create your own discord bot with this

Umut Bayraktar 36 Dec 28, 2022
A discord bot made using discord.js and discord-player

Musx A custom discord bot that can play music in your server ?? Add the bot to your server If you are looking for a music bot for your Discord server

Shashwat Singh 4 Mar 28, 2022
This bot is a cool Discord bot made in discord.js using Node.JS

Anti-Crosspost Discord Bot This bot is a cool Discord bot made in discord.js using Node.JS. It detects when a user cross-posts a message in multiple c

Muhammad Usman Mithani 4 May 31, 2022
A unofficial discord.js fork for creating selfbots [Based on discord.js v13]

About discord.js-selfbot-v13 is a Node.js module that allows user accounts to interact with the Discord API v9. I don't take any responsibility for bl

March 7th 239 Jan 4, 2023
Discord Neura - a Discord bot framework built on discord.js

Discord Neura Description Discord Neura is a Discord bot framework built on discord.js. Features Command Handler, Arguments, Preconditions and Listene

Discord Neura 3 Mar 23, 2022
Co-Pilot is a discord Bot designed to be the all-in-one, open-source Discord bot that handles all your server needs.

Welcome to Co-Pilot Bot repo! ?? ?? Co-Pilot (All-in-one Discord Bot) Co-Pilot is a discord Bot designed to be the all-in-one, open-source Discord bot

YMafalha 19 Nov 11, 2022