MilkBot is an open-source fork of JuiceBot created by lambdagit101. To run the bot, you need to have node.js installed first. If you haven't installed it yet, download it here.
You also will need a bot token. If you haven't created one yet, go to https://discord.com/developers/applications/ and create a new application. Then, go to the "Bot" tab, click on "Add Bot" and copy the token. KEEP THIS TOKEN PRIVATE!
- Open command prompt in the bot's directory and type:
npm install
- Modify the token.js file and change it to your own token
Simply open the milkbot.bat
file.
If you're on Linux open the milkbot.sh
file to start the bot or type node .
into the console.
MilkBot is owned by AstroAntics, and JuiceBot is owned by lambdaguy101. This section will be updated frequently with anyone who wishes to contribute to MilkBot.
MilkBot and JuiceBot share the same support process. This Discord server can help you with issues encountered with MilkBot or JuiceBot.
This software uses the same license that JuiceBot uses, and is licensed under the General Public License (GPL). More info is available in the LICENSE files.
Fork it as much as you want! MilkBot is open-source, as a fork of JuiceBot. The most notable example is Doughnut (which is also a fork of JuiceBot that you should check out.)
As far as contributions go, the process is pretty lenient. All I ask if you want to contribute is that you have a moderate understanding of JavaScript (but I won't be hard on you), that you name your variables descriptively (or as descriptively as possible), and that you adhere to the "Allman" style of coding (that is, each brace on a separate line.)
Here's a demonstration of what I mean, in regards to wrong and right: Imgur
Here's a demonstration of what I mean by specific variables: Imgur