This repository is no longer maintained.
Please see the repository that uses the new GameJoin APIs (with clearer code) HERE.
A quick, asynchronous Discord bot that fetches IP addresses of Roblox game servers for specific experiences.
54f4e8f007a6a6f0ae2ab407897da7fd.mp4
b8c105cf3def83566ec9ebfda0729d17.mp4
Download the zipped folder through GitHub, then extract it.
After that, cd
to the directory and run the following command to install the dependencies needed:
npm install
Getting the bot up and running is an extremely simple process.
First, open the config.json
file and edit the cookie
, the token
, and the whitelist
.
The cookie is the .ROBLOSECURITY cookie for authenticated API calls. It is recommended that you create a separate account for this.
The token is the Discord bot token to run the bot.
The whitelist is a list of users allowed to use the bot.
After that, run the bot.js
file.
node bot.js
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.