Skip to content

Bloxflip rain notifier seperate from the bloxflip-autocrash repo.

Notifications You must be signed in to change notification settings

carince/bloxflip-rain

Repository files navigation

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!

About

Bloxflip rain notifier seperate from the bloxflip-autocrash repo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published