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!
- You should have NodeJS & NPM installed.
- Download the code.
- Open
config.json
in the main directory and setDISCORD_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 is made with ESLint so as a reference for future PR's, please obey ESLint rules in this repistory.