Skip to content

IMXNOOBX/discord.bot

Repository files navigation

noob's djs template

Version Documentation Maintenance License: CC-BY-NC-4.0

This is my main discord bot template. Its a simple-to-use template for discord.js ^14.15.* (other versions check branches). It has a lot of features and utilities to start coding your bot right away. It also has a simple command example (pingo).

🧩 Implementations

Below are the public bots that use this template.

🥏 Features

const main = [
  "discord.js v14 support",
  "global variables",
  "secure token using eviroment variables",
  "clean code", // I try to keep the code clean and easy to understand
]

const utilities = [
  "slash command support",
  "chat command support",
  "simple command example (ping)",
  "more explemples using essential bot features",
]

const error = [
  "error handling",
  "discord logging (using dis-logs package)",
]

const docs = [
  "documentation",
  "easy to understand",
  "easy to use",
]

📚 Documentation

Check out the wiki for more information about the template and how to use it, even if its your first discord bot ever.

Check the Wiki Here

🔖 License & Copyright

This project is licensed under CC BY-NC 4.0.

+ You are free to:
	• Share: Copy and redistribute the material in any medium or format.
	• Adapt: Remix, transform, and build upon the material.
+ Under the following terms:
	• Attribution: You must give appropriate credit, provide a link to original the source repository, and indicate if changes were made.
	• Non-Commercial: You may not use the material for commercial purposes.
- You are not allowed to:
	• Sell: This license forbids selling original or modified material for commercial purposes.
	• Sublicense: This license forbids sublicensing original or modified material.

©️ Copyright

The content of this project is ©️ by IMXNOOBX and the respective contributors. See the LICENSE.md file for details.