All Projects → NTMNathan → discord-dashboard

NTMNathan / discord-dashboard

Licence: ISC license
Example of Discord Oauth2 - Complete with Discord Bot

Programming Languages

EJS
674 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to discord-dashboard

hyouka
Um bot open-source com dashboard incluída
Stars: ✭ 12 (-65.71%)
Mutual labels:  passport, discord-js
discord-leveling-system-ranking-system
A simple rankcard system with the ranking system included using an enmap database, and canvacord
Stars: ✭ 49 (+40%)
Mutual labels:  discord-js, enmap
express-mongo-jwt-boilerplate
Express Mongo JsonWebToken boilerplate
Stars: ✭ 100 (+185.71%)
Mutual labels:  passport
farmr
A web dashboard for monitoring Chia farms. Also supports discord and email notifications.
Stars: ✭ 259 (+640%)
Mutual labels:  discord-js
discord-economy-super
Easy and customizable economy module for your Discord bot.
Stars: ✭ 28 (-20%)
Mutual labels:  discord-js
opensource-discordbots
Curated list of awesome open-source Discord Bots
Stars: ✭ 19 (-45.71%)
Mutual labels:  discord-js
MassDM
MassDM, a bot to mass DM members of a Discord server.
Stars: ✭ 52 (+48.57%)
Mutual labels:  discord-js
ApocaBot
ApocaBot: A Discord Bot for PbtA Games
Stars: ✭ 30 (-14.29%)
Mutual labels:  discord-js
discord-easy-dashboard
💻 Complete framework to facilitate the creation of dashboard using discord.js and express
Stars: ✭ 51 (+45.71%)
Mutual labels:  discord-dashboard
discord-clock
A simple clock script for your bot to show what time it is in your server | Discord.js v13 ready!
Stars: ✭ 29 (-17.14%)
Mutual labels:  discord-js
Arthur
I dunno, another Discord bot that's unique n' stuff
Stars: ✭ 48 (+37.14%)
Mutual labels:  discord-js
express-mvp
Express.js project template ready to go
Stars: ✭ 21 (-40%)
Mutual labels:  passport
SpeckyBot
A somewhat dead discord bot.
Stars: ✭ 39 (+11.43%)
Mutual labels:  discord-js
Server-Captcha
Protect Your Server From Automated Bots With Captcha Now !
Stars: ✭ 18 (-48.57%)
Mutual labels:  discord-js
esmBot-legacy
Discord bot with mostly entertainment functions (legacy version)
Stars: ✭ 16 (-54.29%)
Mutual labels:  discord-js
command-handler
Discord Bot (w/ Command Handler)
Stars: ✭ 25 (-28.57%)
Mutual labels:  discord-js
LevelPony
Lightweight Discord.js level system with rewards, based on Mee6's level system.
Stars: ✭ 32 (-8.57%)
Mutual labels:  discord-js
slshx
⚔️ Strongly-typed Discord commands on Cloudflare Workers
Stars: ✭ 163 (+365.71%)
Mutual labels:  discord-js
mikaela
Mikaela is a discord music bot that gives users the ability to store their favorite songs, and create playlists on discord.
Stars: ✭ 19 (-45.71%)
Mutual labels:  discord-js
Welcomer
A welcomer bot for discord written in discord.js v13 very simple to use with code and deployment instructions, contains customizable background and channels per guild.
Stars: ✭ 64 (+82.86%)
Mutual labels:  discord-js

Discord Dashboard Example

A simple Discord Bot Dashboard that is coded with Express, MongoDB and Discord.js

Screenshots: Click Here

Requirements

  • Node.js v17.9 or later
  • Discord.js v14.3.0 or later

Setup

  1. Create a folder on your computer, then type the following console command to clone this repository.
git clone https://github.com/NTMNathan/discord-dashboard
  1. Create a Discord Application and name it.

alt text

  1. Rename example.env to .env and fill the required values from the Discord OAuth2 and Bot Page. Do not show anyone these!

  2. Install all of the required NPM modules with the following command...

npm install --save
  1. Add the callback URL to the Bot's OAuth2 Page. Click the save button after that.

alt text

  1. Create a MongoDB database. You can choose between hosting it yourself (locally, VPS) or from MongoDB Atlas. Then paste the connection string into the .env file. The connection string is in the format of mongodb://<username>:<password>@<host>:<port>/<database>. (Might be different!)

  2. After filling out the .env file, run the following command in the console to deploy the bot commands. This may take up to an hour to process through. Do this once unless you have made major changes to the commands (New Command, changed subcommands, etc).

npm run deploy
  1. Start the dashboard.
node bot

Support and Feedback

Feel free to join the Discord Server and ask for help in the #support and #bugs channels. If you have any changes that you like to make to this repo, make a Pull Request and it will be reviewed.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].