Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.58 KB

File metadata and controls

33 lines (22 loc) · 1.58 KB

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