Skip to content

HeemPlayz/Discord-Bot-Dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

I made this open-source project for the usage of all people, it shows how you can use OAuth2 by Discord to use it as Bot dashboard It only has Login, and the bot details.

Note

If you using it before 24 June, please delete it and re-install it, there was a problem in the project

Setup

First of all, install all required packages in order to work, after installing them, you will need to change config.json.sample to config.json to make the file scan it, Fill all the details in config.json

{
    "token": "Bot's Token",
    "id": "Bot's ID",
    "secret": "Bot's Secret"
}

token: Put the token here (Only you can have it, don't give it to any user)
id: You bot's ID
secret: Can be obtained in the developers page of discord
Note: all these can be obtained from https://discord.com/developers, and all these are important, any one of these isn't filled will make you have an error.

After doing all these steps, you are good to go, just do node server.js and it will listen to port 3000 by default.

Don't forget to change the callback website from server.js.

Credits

This website is fully made by HeemPlayz#0001 and goes under Apache 2.0 License, you can modify, publish it on your own in safe way, I do not take any responsibilites of miss using it, any problems or suggestions, feel free to open an issue to this repo.

About

Shows how you can login using OAuth2 provided by Discord

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published