Bloxflip rain notifier seperate from the bloxflip-autocrash repo.
- Open your terminal and clone the repository
git clone https://github.com/Norikiru/bloxflip-rain.git
- Edit config.example.json with your desired configuration
{
// Minimum robux to notify
"minimum": 0,
// Loop delay in milliseconds
"delay": 5000,
// Toggle OS notifications
"os_notifs": true,
"webhook": {
// Toggle webhook embeds
"enabled": false,
// Discord webhook link
"link": ""
}
}
-
Rename
config.example.json
toconfig.json
-
Install required dependencies
npm i
- Run the bot! 🚀
npm run start
You must be in the root folder to be able to pull new commits
git pull
If you encounter any issues with the bot, feel free to give feedback on the issues page. Feel free to fork the repo and do pull requests to help in maintaining the bot! PR's are always welcome.
Support the project by giving the repository a star!