Skip to content

Androz2091/simple-discordjs-dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Bot Dashboard

Is a very simple, no-css bot dashboard. Made with Express, MongoDB, Discord.JS.

Discord Server

You can join my discord server here.

Features

  • Custom Prefix
  • Main Page
  • Server Selection Page
  • Settings Edit Page
  • Dynamically rendered with ejs templating engine
  • Ping Command

Setup

  1. Clone this repository locally.
git clone https://github.com/MrAugu/discord-bot-dashboard
  1. Rename _config.js to config.js.
  2. Fill the required values.
  3. Install all of the required modules.
npm install
  1. Add the callback url to the bot's OAuth page. (see more in config.js)
  2. Start the dashboard.
node index

About

Simplest discord bot dashboard in NodeJS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.4%
  • HTML 13.6%