Skip to content

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

Notifications You must be signed in to change notification settings

Custyy/discord.js-v14-dashboard-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✨ Discord.js v14 Dashboard Template

A template for discord.js v14 bots with dashboard.

➡️ Installation

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

License

ISC © Custyy

👀 Example config.js file

module.exports = {
    client: {
        token: '',
        id: '',
        clientSecret: ''
    },

    database: {
        url: 'mongodb://localhost:27017',
        options: {
            useNewUrlParser: true,
            useUnifiedTopology: true,
        }
    },

    dashboard: {
        url: 'http://localhost',
        port: 3000,
        
        isCustomDomain: false
    },
}

⭐ Versions Used

  • Node.js: v20.11.1 or higher
  • Discord.js: v14.15.3 or higher

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published