If you are trying to copy the ENTIRE project and then making a video about it, you will get a copyright strike by me if my credits aren't there. Please do some changes to your project so you don't get a copyright strike! If you did it, you can credit me in any time you want.
A unique & coolest Discord bot commands handler built with discord.js v14. It handlers only application commands, such as slash commands and context menu commands. So if you want prefix commands, then you can not use this project. By the way, if you want to connect to the database called MongoDB, it is already provided! Just provide your MongoDB URI in the configuration file.
Firstly, install package-lock.json file:
npm init -yThen install the required dependencies:
npm i discord.js@14 discord.js-v14-helper ms mongooseThe setup for now is for Visual Studio Code users only. If you are a repl.it user and non-beginner programmer, you can read the setup below but you have to edit the Environment processing for MongoDB and the bot token.
-
- Install Visual Studio Code.
-
- Install node.js.
-
- Open command prompt and then type
node -vand make sure that you have installed node.js version 16.9.0 or above.
- Open command prompt and then type
-
- Download the project and extract the folder from .zip folder to a normal folder.
-
- Open the folder on a new VSCode tab.
-
- Go to
src/config/main.jsand edit the properties of each file.
- Go to
-
- Open terminal, use the command
cdto access to your project folder, then typenode index.js,node ., ornpm start.
- Open terminal, use the command
-
- Enjoy!!!
If you have an issue, do not start to panic! Create an issue right here and wait for me or some people to respond to your errors. Please remember to not create an issue that includes "it's broken", "not working at all", or other similar comments like these, thank you.
Project made with ❤ by T.F.A#7524. Make sure to credit to me when you are trying to make a clone of this handler, thank you!