New Discord.JS v14 Slash and Prefix Commands handler with Events. Check it out now!

Overview

Discord.js v14 Command-Handler

Commands, Events, Permissions and Cooldown Handlers for Discord.js v14 bot ~ Made by Lynx

Discord.js v14 (dev version)

Discord.js v14 is still in development, but we can start using the dev version.

Handlers

  • Commands Handler
  • Slash Commands Handler
  • Events Handler (messageCreate, interactionCreate)
  • Permission Handler
  • Cooldowns (No Database)
  • Mongo Database

Preview

Setup

Leave the GUILD_ID in .env file blank if you want to register slash commands globally.


Add new secret: TOKEN, MONGO_DB, CLIENT_ID and GUILD_ID into the environment variables tab (lock icon in sidebar) if you are using replit.

If you are using replit you can remove require('dotenv').config() from index.js and you don't need to install dotenv

Contact

Discord: Lynx.devv#0531 Instagram: lynx.devv

Made by Lynx (Lynx.devv#0531)

These command handlers are made by Lynx (Lynx.devv#0531)

If you have any problem, you can contact me. 😉

Discord

Disclaimer

This handler was built with the ideas from Nathaniel-VFX's Discord.js v14 handler.

You might also like...

Discord.js v14 bot that logs everything on your Discord server

Discord.js v14 bot that logs everything on your Discord server

Discord Server Logger Bot Discord bot that logs all changes on your Discord server! When using this code please give credits to DEEM#6666! Deployment

Dec 26, 2022

Шаблон для ботів discord.js v14.8.0 із 100% охопленням Discord API, обробником команд, тощо на основі https://discordjs.guide/

Ласкаво просимо до шаблону дискорд бота Шаблон бота з відкритим вихідним кодом discord.js, який базується на офіційному посібнику з discord.js, щоб ро

Mar 18, 2023

CSS3 vendor prefix generator.

cssFx cssFx adds vendor-specific prefixes to your stylesheets. How it works When the document has finished loading, internal (style) and external (

Jul 30, 2022

OP3: The Open Podcast Prefix Project

OP3: The Open Podcast Prefix Project

op3 OP3: The Open Podcast Prefix Project The Open Podcast Prefix Project (OP3) is a free and open-source podcast prefix analytics service committed to

Dec 15, 2022

Full-stack-todo-rust-course - we are building this out now in prep for the real course

full-stack-todo-rust-course wip - we are building this out now in prep for the real course Plan Come up with the requirements Create user stories Desi

Jan 2, 2023

All terminal commands in one place (you can Contribute to it by putting latest commands and adding Readme)

Terminal-Commands All basic terminal commands in one place Show some ❤ by some repositories You can contribute to this readme If you to contribute wit

Dec 15, 2022

A mobile web application to check the data on the total covid19 confirmed cases and deaths, check data for all countries with recorded cases.

This is a mobile web application to check the data on the total covid19 confirmed cases and deaths, check data for all countries with recorded cases. It also has a details page to check for the statistics for each region/state if available.

Jul 30, 2022

Generally free coding Resources for all! Check it out and don't forget to give it a star ⭐️

Generally free coding Resources for all! Check it out and don't forget to give it a star ⭐️

A-Z Coding Resources This website is built using Docusaurus 2, a modern static website generator. Installation yarn install Local Development yarn sta

Jan 2, 2023
Comments
  • Slash Commands not loaded

    Slash Commands not loaded

    DiscordAPIError[20012]: You are not authorized to perform this action on this application
        at SequentialHandler.runRequest (C:\Users\QikKenzz\OneDrive\Code\DiscordBot_v14\node_modules\@discordjs\rest\dist\index.js:708:15)
        at processTicksAndRejections (node:internal/process/task_queues:96:5)
        at async SequentialHandler.queueRequest (C:\Users\QikKenzz\OneDrive\Code\DiscordBot_v14\node_modules\@discordjs\rest\dist\index.js:511:14)
        at async C:\Users\QikKenzz\OneDrive\Code\DiscordBot_v14\Handlers\slashCommand.js:46:5 {
      rawError: {
        message: 'You are not authorized to perform this action on this application',
        code: 20012
      },
      code: 20012,
      status: 403,
      method: 'put',
      url: 'https://discord.com/api/v9/applications/976111871524470866/guilds/856438675943194674/commands',
      requestBody: {
        files: undefined,
        json: [ [Object], [Object], [Object], [Object] ]
      }
    }
    
    opened by Sothirich 6
Owner
Comet Development
Comet Development
DiscordJs13-handler is the solution for all the discord.js developper who want a complete handler for slash commands

DiscordJs13-handler is the solution for all the discord.js developper who want a complete handler for slash commands

null 9 Jul 2, 2022
A good looking help command made with discord.js with select menus. Works with prefix and slash commands too!

fancy-help-command A good looking help command made with discord.js with select menus. Works with prefix and slash commands too! Dependencies: Select

LunarCodes 11 Dec 12, 2022
V14 Slash Command Handler! (ES6 Module Destekli)

V14 Slash Command Handler Proje discord.js v14 üzerine yazılmıştır. Gerekli olan minimum nodejs versiyonu v16.9 Örnek kullanım src/commands/ping.js do

Mehmet 137 Dec 31, 2022
Check in, check the weather, Check out.

☀️ Just-Weather ??️ Hi, Welcome! Just Weather is a Web App designed for Fast Real-Time Weather queries in combination with well Thought Out Visual Des

Miguel Ángel 6 Aug 7, 2022
A discord bot to track "owo", usually used to help with OwO bot. Made with Discord.js v13 includes Slash commands, Leaderboards, Auto Resets etc.

Discord-OwO-tracker A discord bot to track "owo", usually used to help with OwO bot Requirements Discord.js v13 (npm install discord.js@latest) applic

Astrex 4 Nov 24, 2022
A package that allows your bot of discord.js v13 & v14 to create the new awesome Discord Modals and interact with them

A package that allows your bot of discord.js v13 & v14 to create the new awesome Discord Modals and interact with them

MateoDeveloper 85 Dec 23, 2022
TS & JS Library for adaptive precision cursor for the web. Releases will come out soon! Meanwhile, check out the demo site:

Haha, cool cursor go brrrr... Table of Content What is this? Installation & Setup Installation Setup Usage Cursor controls Element settings Known issu

LemonOrange 10 Nov 24, 2022
Discord.js bot starter template, Slash Commands only (Raymond forced me to make a bot template)

boat-template Raymond forced me to make a bot template This template is meant is just for stupidness ig Getting Started Rename the config.example.ts t

Drxckzyz tha idiot 3 Jan 5, 2022
A Discord.JS Command Handler to handle commands eaiser

TABLE OF CONTENTS Installation Setup Changing Default Prefix Creating a Command Usage of minArgs and maxArgs Syntax Errors Global Syntax Errors Per Co

AaTherf 3 Jun 8, 2022
Dank Memer (Selfbot) Farm with slash commands support and random delays and breaks to avoid any suspicion

Slashy Slashy is a Dank Memer (Selfbot) Farm with slash commands support and random delays and breaks to avoid any suspicion. This is completely undet

Taha Gorme 16 Dec 30, 2022