Tolga1452 / discord.js-v14-template

An advanced Discord bot template for discord.js package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

discord.js-v14-template

An advanced Discord bot template with example commands for discord.js v14

/hello command

autocomplete

used autocomplete with /hello command

Installation

git clone https://github.com/Tolga1452/discord.js-v14-template.git
npm install

Setup

  1. Enter your bot token in .env file.
  2. Enter your bot id in config.js file.

How to use?

1. Setting Commands, Components and Modals

Your bot's commands will be under the interactions/ folder. You can edit the templates as you wish.

Using The Bot

Run npm start and your bot will be online. Your added commands, components and modals should be working as expected.

Feedback & Contributing

You can report bugs, feature requests etc. here and make pull request here.

Used Packages

About

An advanced Discord bot template for discord.js package


Languages

Language:JavaScript 100.0%