Skip to content

Latest commit

 

History

History
57 lines (47 loc) · 1.67 KB

README.md

File metadata and controls

57 lines (47 loc) · 1.67 KB

bloxflip-rain

Bloxflip rain notifier seperate from the bloxflip-autocrash repo.

GitHub Repo stars GitHub forks GitHub issues

Prerequisites

Installation

  • 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 to config.json

  • Install required dependencies

npm i
  • Run the bot! 🚀
npm run start

🆕 Updating

You must be in the root folder to be able to pull new commits

git pull

💖 Contributing

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

Support the project by giving the repository a star!