https://github.com/juaneth/bot.dev
Desktop app to manage Discord.js bots
https://github.com/juaneth/bot.dev
discord discord-api discord-bot discord-js discordbot electron react vite
Last synced: 3 days 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-07T18:54:42.000Z (over 1 year ago)
- Last Synced: 2025-06-10T01:37:17.909Z (about 1 month ago)
- Topics: discord, discord-api, discord-bot, discord-js, discordbot, electron, react, vite
- Language: JavaScript
- Homepage:
- Size: 6.17 MB
- Stars: 11
- Watchers: 1
- Forks: 1
- 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
***
[](https://discord.gg/yNwHH38tmm)
[](https://github.com/juaneth/bot.dv)
[](https://github.com/juaneth/bot.dev)
[](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`