Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.09 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.09 KB

Web Based Bot Debugger (WBBD)

The main focus of the project is to allow debugging discord bots during runtime, it's made for ease of development.

Since Electron uses Chromium, it allows for easy code editing and debugging through developer tools

Android (Or phone in general)

Android support was highly requested on projects like this, however, I decided it won't be a part of this one either because this project is being made purely for debugging, rather than allowing you to talk to other users as a bot.

Info

For now this project is just a template, of how it's supposed to look like in the future! It's designed to look similar to discord to avoid another learning curve.

Installation

You should have Node.js installed.

The easiest way is to use git.

Linux/*nix:

git clone https:/dcrime/WBBD.git; cd WBBD; npm i

Windows:

git clone https:/dcrime/WBBD.git
cd WBBD
npm i

How to run

npm start