├── updates.json └── README.md /updates.json: -------------------------------------------------------------------------------- 1 | { 2 | "win32-x64-prod": { 3 | "readme": "A release", 4 | "update": "https://github.com/CheweyZ/discord-bot-builder/releases/download/v0.1.7", 5 | "install": "https://github.com/CheweyZ/discord-bot-builder/releases/download/v0.1.7/bot-builder-0.1.7.Setup.exe", 6 | "version": "0.1.7" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # discord-bot-builder 2 | A Simple Easy To Use Bot Builder For Discord 3 | 4 | # Find the site online at https://cheweybot.gq 5 | Builder App is currently having hosting issues so find the fully featured equal version online at the above url 6 | 7 | # Download https://github.com/CheweyZ/discord-bot-builder/releases 8 | 9 | This repo is the release platform for the desktop edition that allows for offline building as well 10 | 11 | Find the discord support server at https://discord.gg/t4R6bs 12 | --------------------------------------------------------------------------------