A little script to post group funds details to a discord channel for your viewing pleasure, automatically updates and whatnot!
Find a file
2024-09-03 16:16:18 -06:00
.env.example Change rbx_token to ROBLOSECURITY so people actually know what it is 2024-08-19 00:21:22 -06:00
.gitignore Thingus 2024-08-18 22:56:39 -06:00
clock.svg Thingus 2024-08-18 22:56:39 -06:00
index.js Add some little details 2024-08-19 00:50:48 -06:00
package-lock.json Working on stuff 2024-09-03 16:16:18 -06:00
package.json Thingus 2024-08-18 22:56:39 -06:00
PayoutTest.js Working on stuff 2024-09-03 16:16:18 -06:00
PublicAssets.js Working on stuff 2024-09-03 16:16:18 -06:00
README.md Add README.md 2024-08-19 01:31:49 -06:00

Roblox group funds monitor

This is a simple script that sends and updates a summary of the funds in a Roblox group to a Discord webhook/bot.

Installation

Requirements

  • Node.js (v20.0.0 or higher)
  • npm (v8.0.0 or higher)
  • A Discord bot
  • A Roblox group
  • Your ROBLOSECURITY cookie (Look it up)

Steps

  1. Clone the repository or download the files
  2. Run npm install in the directory via a terminal/CMD
  3. Create a .env file in the directory with the following content:
ROBLOSECURITY=Replace with the cookie data
DISCORD_TOKEN=Replace with the bot token
CURRENCY="R$"
PENDING=":alarm_clock"
SUMMARY_CHANNEL_ID=Your channel ID
GROUPID=Your group ID
  1. Run node . in the directory via a terminal/CMD.