Skip to content

tazldied/roblox-update-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roblox Version Tracker

a Discord bot to track the latest Roblox update.

Prerequisites

Setup

  1. Clone the Repository:

    git clone https://github.com/tazlsucks/roblox-update-tracker.git
    cd roblox-update-tracker
  2. Install Dependencies:

    Make sure you have Node.js installed, then install the required packages.

    npm install
  3. Create a .env file:

    Add your Discord bot's token

    DISCORD_TOKEN=your-discord-bot-token
  4. Add your channel ID:

    Update the code in index.js to set the channel the bot should send updates to.

    const channel = client.channels.cache.get('YOUR-CHANNEL-HERE'); // Replace 'YOUR-CHANNEL-HERE' with your actual channel ID
  5. Run the bot

    node index.js

yay you did it

To keep your bot running 24/7, use a bot hosting provider or like a spare laptop or something idk

About

discord bot to track roblox updates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors