A Discord notifier and trade analyzer for Roblox item trading.
This bot sends real-time inbound trade notifications to your Discord server, including detailed RAP and value comparisons, powered by Node.js, discord.py, and REST APIs.
(Built for stakeholders that the Roblox Community requested)
- 📡 Real-time Trade Notifications – Instant alerts for inbound trades
- 📊 RAP & Value Calculations – Automatic profit/loss detection
- 🖼 Trade Preview with Images – Item icons displayed in rich embeds
- 🤖 Discord Bot Integration – Fully automated in your server
Trade Inbound Example:
Trade Comparison Example:
- Node.js – Core trade handling
- REST APIs – Fetch Roblox item/market data
Store your private keys and tokens here:
DISCORD_TOKEN=your_discord_bot_tokenConfigure the config.json to your roblox account:
{
"Trade_Inbounds": true,
"roblox_id": 123456789,
"RoliVerification": "REPLACE-WITH-YOUR-ROLIMONS-VERIFICATION",
"RobloxSecurity": "REPLACE-WITH-YOUR-ROBLOX-COOKIES",
"items_send": [
123456789,
123456789
],
"items_request": [
16899436
],
"tags_send": [
"rap",
"demand",
"adds"
],
"tags_available": [
"adds",
"upgrade",
"downgrade",
"any",
"wishlist",
"demand",
"rares",
"rap",
"robux",
"projecteds"
],
"robux_send": 250
}
-
Clone the repository:
git clone https://github.com/michmich242/Arizon-TradeAd.git cd into Arizon-TradeAd (Go inside that folder) -
Install Dependencies in the project directory:
npm install
-
Start the bot!
npm start