Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kedi/electroncord

An Electron Application that allows you to view & manage many stuff about your Discord bot!
https://github.com/kedi/electroncord

discord discord-bot discord-electron electron electron-app electronjs node nodejs

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

## ElectronCord

ElectronCord is a tool that could be utilized as a [Discord](https://discord.com) 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:
```json
{
"DISCORD_TOKEN": ""
}
```
- 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](https://eslint.org/) so as a reference for future PR's, please obey ESLint rules in this repistory.