🐱 Make your Discord bot using Scratch blocks! Scratch For Discord is an advanced fork of discord-blocks. Thanks to 7coil for their great work!
S4D 469 is forked from the original S4D made by Androz2091
- 🖥️ No code knowledge required!
- ⏩ Make a bot in less than 2 minutes!
You can run your bot on repl.it. To do so, click the download link at the top right corner of the website. Import these files in your repl.it project, and run the following commands in the "SHELL" tab:
npm install
node bot.js
(or hit the Run button)
And you're done!
To run Scratch For Discord, follow these steps:
- Clone the project. Run
git clone https://github.com/scratch-for-discord/Web-Application_Frontend
. - Run
yarn install
to install project dependencies. - Run
yarn start
to start the development server. - Go to
http://localhost:3000
!
The discord.js guide has instructions for setting up a bot application. Once you've followed the instructions you can paste the bot token into the "Connect to Discord with token..." block. The next page in the guide shows how to invite the bot to a server.
Click Here to download desktop version of scratch-for-discord.
- Snowflake107 (snowflake107)
- Discord.js (discordjs/discord.js)
- Blockly (google/blockly)
- And, of course, Discordblocks (7coil/discordblocks)
- The original S4D (Androz2091/Scratch-For-Discord)
- Pull request 454 (S4D) (mrredo-and-josetrindade1/Scratch-For-Discord)