Skip to content

juaneth/bot.dev

Repository files navigation

bot.dev

Desktop app to manage Discord.js bots built with React, Electron and DaisyUI

drawing

Discord Link Discord Link Discord Link Discord Link


Screenshots

drawing drawing

Developer

Firstly, ensure you have Node.js v19.9.0 or higher, Yarn (to install: npm i -g yarn) and Git 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