Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tolga1452/discord.js-v14-template
- Owner: Tolga1452
- Created: 2022-09-21T19:42:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-10T06:22:57.000Z (about 1 year ago)
- Last Synced: 2024-10-09T14:07:37.943Z (4 months ago)
- Topics: bot, discord, discordjs, javascript, v14
- Language: JavaScript
- Homepage:
- Size: 88.9 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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## 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`