GithubHelp home page GithubHelp logo

k1ck3r / discord-bot-dashboard Goto Github PK

View Code? Open in Web Editor NEW

This project forked from shitcorp/discord-bot-dashboard

0.0 1.0 0.0 2.52 MB

๐Ÿ“Š This is a tool for Discord.js Bot Developers to manage their bots.

JavaScript 43.44% CSS 7.75% HTML 48.80%

discord-bot-dashboard's Introduction

discord-bot-dashboard

Welcome

Welcome to this new project.

In this project, I develop a Dashboard Tool for developers which are using Discord.js for their bots.

You can use this for projects where you are releasing new bots for public and want to manage them, for example, to give the Discord server administrators a status update on the game status like when you're down for maintenance.

Important: Install all dependencies with npm install!

To run this project, run the command npm start. It will automatically listen to the port 3000.

In the main.js file, you can develop your bot or paste your current code!

When you want to change the port for listening, you can change it in the config.json.

Write your bot token from the Discord Applications Page into config.json inside the property value of token. Before you do this, look at the Important Information section.

Important Information:

api/main.js:

Currently:

client.login(prv_config.token);

--------------------------------

Use this when you fork this project and want to make a pull request.
You must create the file private_config.json in the main directory (same as config.json).

private_config.json will be blocked by .gitignore from committing and pushing.


When you're making a pull request, check that you didn't write your token 
inside config.json.

--------------------------------

Change it to:

client.login(config.token);

for public usage and write your bot token inside config.json.

For more information: Read the comments above the client.login function in main.js

discord-bot-dashboard's People

Contributors

ajmeese7 avatar biagios avatar dependabot-support avatar julianyaman avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.