733 B
733 B
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
- Clone the repository or download the files
- Run
npm installin the directory via a terminal/CMD - Create a
.envfile 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
- Run
node .in the directory via a terminal/CMD.