Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juaneth/bot.dev
Desktop app to manage Discord.js bots
https://github.com/juaneth/bot.dev
discord discord-bot electron react vite
Last synced: about 2 months ago
JSON representation
Desktop app to manage Discord.js bots
- Host: GitHub
- URL: https://github.com/juaneth/bot.dev
- Owner: juaneth
- License: gpl-3.0
- Created: 2023-04-12T01:57:02.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-07T18:54:42.000Z (about 1 year ago)
- Last Synced: 2023-11-08T05:50:44.057Z (about 1 year ago)
- Topics: discord, discord-bot, electron, react, vite
- Language: JavaScript
- Homepage:
- Size: 6.17 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bot.dev
### Desktop app to manage Discord.js bots built with React, Electron and DaisyUI***
[![Discord Link](https://img.shields.io/badge/-Server-5865F2?logo=discord&logoColor=white&style=for-the-badge)](https://discord.gg/yNwHH38tmm)
[![Discord Link](https://img.shields.io/github/license/juaneth/bot.dev?color=%23FFF&style=for-the-badge)](https://github.com/juaneth/bot.dv)
[![Discord Link](https://img.shields.io/github/commit-activity/m/juaneth/bot.dev?color=%23FFF&logo=github&style=for-the-badge)](https://github.com/juaneth/bot.dev)
[![Discord Link](https://img.shields.io/github/v/release/juaneth/bot.dev?color=%23FFF&label=Latest%20Release&logo=github&style=for-the-badge)](https://github.com/juaneth/bot.dev)***
# [--> Install Guide <--](https://github.com/juaneth/bot.dev/wiki/Install-and-Setup#install)
## Screenshots
# Developer
Firstly, ensure you have [Node.js](https://nodejs.org/en) v19.9.0 or higher, Yarn (to install: `npm i -g yarn`) and [Git](https://git-scm.com/) installed. Clone the code and install dependencies by running:
```
git clone https://github.com/juaneth/BotDev.git BotDev
cd BotDev
npm i
npm i pm2 -g
```To open run `npm run dev` or to build to an executable run `npm run build`