Skip to content

➡ Discord.js v14 bot template with using mongo database.

Notifications You must be signed in to change notification settings

Custyy/discord.js-v14-bot-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✨ Discord.js v14 Template

A template for discord.js v14 bots.

➡️ Installation

  1. Clone the repository
git clone https://github.com/Custyy/discord.js-v14-bot-template.git
  1. Install NPM packages
npm install
  1. Start the bot with the following command
npm run start

License

ISC © Custyy

👀 Example config.js file

module.exports = {
    bot: {
        prefix: '',
        owners: [''],
        token: '',
    },

    database: {
        url: '',
        options: {
            useNewUrlParser: true,
            useUnifiedTopology: true,
        }
    }
}

⭐ Versions Used

  • Node.js: v20.11.1 or higher
  • Discord.js: v14.15.3 or higher
  • Chalk: v4.0.0 or v4.1.2

About

➡ Discord.js v14 bot template with using mongo database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published