Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tolga1452/discord.js-v14-template

An advanced Discord bot template for discord.js package
https://github.com/tolga1452/discord.js-v14-template

bot discord discordjs javascript v14

Last synced: 3 months ago
JSON representation

An advanced Discord bot template for discord.js package

Awesome Lists containing this project

README

        

# discord.js-v14-template
An advanced Discord bot template with example commands for [discord.js](https://www.npmjs.com/package/discord.js) v14

/hello command

autocomplete

used autocomplete with /hello command

## Installation
```bash
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](https://github.com/Tolga1452/discord.js-v14-template/issues/new) and make pull request [here](https://github.com/Tolga1452/discord.js-v14-template/compare).

# Used Packages
- [**axios:**](https://www.npmjs.com/package/axios) `v0.27.2`
- [**delay:**](https://www.npmjs.com/package/delay) `v5.0.0`
- [**discord.js:**](https://www.npmjs.com/package/discord.js) `v14.9.0`
- [**dotenv:**](https://www.npmjs.com/package/dotenv) `v16.0.3`
- [**terminal.xr:**](https://www.npmjs.com/package/terminal.xr) `v1.2.3`