Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 1.54 KB

README.md

File metadata and controls

20 lines (15 loc) · 1.54 KB

GitHub package.json version NPM

Discord.js-Template

A template for creating discord bots with node.js and discord.js
This project was guided by Discord.js Guide

Features

  • Easy create new commands with lots of precreated modifications (see add a command)
  • Add own modificators for better command-handling (see add a modification)
  • Address your commands with slash commands (see slash commands)
  • Use precreated database or create new ones (see database)
  • Use precreated logger to log console outputs (see use logger)
  • Add own languages or use the precreated english and german for responses in discord (see add a language)
  • Customise bot in config file (see config file)

How to use

Please use the wiki to find out, how to use this template!