Skip to content
/ WBBD Public

Web Based Bot Debugger - A project which mainly revolves around debugging your bot

Notifications You must be signed in to change notification settings

dcrime/WBBD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Web Based Bot Debugger - A project which mainly revolves around debugging your bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published