Skip to content

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

License

Notifications You must be signed in to change notification settings

kedi/ElectronCord

Repository files navigation

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.