BlockBotter is a fast and intuitive way for anyone to create a Discord Bot! Powered by discordjs and Google's Blockly, BlockBotter is a NodeJS application that lets you control/code your Discord bot in real time, using block-based coding.
- Block based, event driven coding
- Code that updates instantly
- A built-in client that can show your bot working in real time (as long as your bot has the right permissions)
- NodeJS
- npm (it comes with NodeJS)
- and that's it!
To set up, download the latest source code and extract it. Then, to run the app, there are 2 options:
- Execute
start.bat
- Run the command
npm install
inside that folder to install the dependencies. Then, runningnode app.js
will start the app any subsequent times.
Thank you so much for checking out this project! BlockBotter is still in alpha, so there might be unfinished/not working features. If you notice anything that should be fixed, please report them on the bug tracker.