antoinemcx / Structure-Discord-Bot

🚀 Command, slash command & event handler - Discord Bot Template (v14)
https://discord.gg/G6WQsMQShZ
MIT License
86 stars 10 forks source link
command-handler discord-bot discord-bot-template discord-js discord-js-v14 discordjs event-handler slash-command-handler slash-commands

Structure-Discord-Bot

Discord.js command, slash command & event handler by Melio.
If you like the project, feel free to put a ⭐ for better referencing ; If you need help, join the server support.

MIT License CodeFactor Version discord.js Stars Support server

Features


Starting the project

Configuration

The configuration file named config.js have to content yout bot's token and prefix, and the IDs of all other owners (or just yours).

module.exports = {
    token: 'THE_BOT_TOKEN',
    botID: 'THE_BOT_ID',
    prefix: 'THE_BOT_PREFIX',
    owner: [ "YOUR_DISCORD_ID" ],
};  

Installation

$ npm install

Register slash commands

$ npm run slash

Start the bot

$ npm run start


More

For any errors found, please contact me here or do a pull request.
This repository is licensed under the MIT License. See the LICENSE file (here) for more information.