Skip to content

Configure Bartholomew

whostacking edited this page Mar 7, 2026 · 1 revision
  • Copy .env.example to .env (this preserves the template for others).

  • Open .env and fill in your details:

    Variable Description
    TOKEN Your Discord bot token.
    FREQUENCY How often to announce visit milestones (e.g., 10000).
    UNIVERSEID The Roblox Universe ID (NOT the Place ID).
    CHANNELID The Discord channel ID for announcements.

How to find your Universe ID

To get your Universe ID from a Place ID, visit: https://apis.roblox.com/universes/v1/places/{YOUR_PLACE_ID}/universe

Tracking multiple games

You can track additional games by adding numbered environment variables:

UNIVERSEID_2=YOUR_SECOND_UNIVERSEID
CHANNELID_2=YOUR_SECOND_CHANNELID

Important: Numbered pairs must be contiguous (no gaps like UNIVERSEID_2 then UNIVERSEID_4). The bot scans sequentially and will stop at the first missing pair (e.g., if UNIVERSEID_3 is missing, UNIVERSEID_4 will be ignored).

Clone this wiki locally