kedi / ElectronCord

An Electron Application that allows you to view & manage many stuff about your Discord bot!

Home Page:https://www.electronjs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ElectronCord

ElectronCord is a tool that could be utilized as a Discord bot management application. The tool allows you to perform actions on your server, edit/delete/create many stuff with your bot. The tool is an Electron Application hosted on an Express Server and the UI is rendered with ejs. Since the project is in a consistent development, many errors might occur. As also being in a consistent development, it creates a nice atmosphere for Feature Requests'. If you are interested in helping/contributing, you are more than welcome!

Local Hosting

  • You should have NodeJS & NPM installed.
  • Download the code.
  • Open config.json in the main directory and set DISCORD_TOKEN with a value of your token.
  • So config.json should look like:
{
    "DISCORD_TOKEN": "<your_token_goes_here>"
}
  • Run start.bat

Here you go! You should have ElectronCord running perferctly. Note that app listens on PORT 3000 so don't keep this port busy (:

Linting

Linting is made with ESLint so as a reference for future PR's, please obey ESLint rules in this repistory.

About

An Electron Application that allows you to view & manage many stuff about your Discord bot!

https://www.electronjs.org/

License:MIT License


Languages

Language:JavaScript 58.4%Language:EJS 26.0%Language:CSS 15.3%Language:Batchfile 0.2%