Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/kedi/electroncord
- Owner: kedi
- License: mit
- Created: 2020-07-14T06:33:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T08:17:07.000Z (2 months ago)
- Last Synced: 2024-10-11T18:03:28.800Z (about 1 month ago)
- Topics: discord, discord-bot, discord-electron, electron, electron-app, electronjs, node, nodejs
- Language: JavaScript
- Homepage: https://www.electronjs.org/
- Size: 367 KB
- Stars: 26
- Watchers: 0
- Forks: 3
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
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.