discord-blocks icon indicating copy to clipboard operation
discord-blocks copied to clipboard

Blockly for Discord.js for Web

DiscordBlocks v3.0

A Google Blockly (like MIT Scratch) to Discord.js compiler

What is the DBL file format?

The DBL file format is simply a .zip archive containing a blocks.xml file, which defines the blocks that are stored in the workspace. In the future, additional files, such as images and metadata can be included.

To Implement

  • [ ] Additional modules
  • [ ] Example bot

Thanks

  • google/Blockly - https://github.com/google/blockly/blob/master/LICENSE
  • hydrabolt/discord.js - https://github.com/hydrabolt/discord.js/blob/master/LICENSE