Welcome!
Welcome to NamVr Discord Bot Template 👋
Last updated
Was this helpful?
Welcome to NamVr Discord Bot Template 👋
Last updated
Was this helpful?
An open source
discord.js
bot template which is based on official to get started on making your very personal discord bot!
NamVr
Discord Bot Template is an open source discord.js based bot template to get started on a new bot project. It is a classic javascript template, not requiring any external dependencies unlike other famous frameworks. (This is not a framework!) You can scale any kind of bot project using this template. (single server based or multiple server based) It all depends on your creativity!
This template comes with many in-built, useful and flexible features, such as:
My template comes with a dynamic command handler! Using the command handler, you don't need to edit the main bot files to create your very own command!
You can simply make command groups (categorized as folders) in the folder.
Your JavaScript commands goes inside respective category folders. A sample command is provided as a command called . You can use the same skeleton for all commands you want!
All events go inside the folder. You don't need to use client.on()
in the main bot.js
file to handle events.
Using the simple skeleton code for events, you can make unlimited amount of events in the events folder using the event handler.
The all new addition to my discord bot template. Triggers occur when a specific "phrase" is said in a message's content. For example, if you want your bot to react with :heart: when someone says welcome
in their message, you can do that with this trigger handler!
Using the template is really easy and fun, you will find that out when you use it. As the template does not rely on any external dependencies and is written in javascript, it is customizable to any extent. There is no end to your creativity!
It's yours, you have full control.
I'm working on making it more professional and easy to use for everyone. You're in the right place for documentation!
Trigger Handler also has the same skeleton structure as the command handler. The trigger handler is associated with the folder. There are trigger categories like the folder in the trigger folder.
A sample trigger command is given in the trigger file.
Contributions, issues and feature requests are welcome! Feel free to check the . You can also take a look at the .
Give a ⭐️ if this project helped you! Star-ing the project gives me encouragement to continue working on it. You can also the project and get listed as a contributor! Thanks a lot.
Copyright © 2021 . This project is licensed.