a Discord bot to track the latest Roblox update.
-
Node.js (version 16.6.0 or higher)
-
Discord.js (version 14 or higher)
-
A Discord bot token (you can get one from the Discord Developer Portal)
-
Clone the Repository:
git clone https://github.com/tazlsucks/roblox-update-tracker.git cd roblox-update-tracker -
Install Dependencies:
Make sure you have Node.js installed, then install the required packages.
npm install
-
Create a .env file:
Add your Discord bot's token
DISCORD_TOKEN=your-discord-bot-token
-
Add your channel ID:
Update the code in
index.jsto 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
-
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