By: Ryan Murray - JustNFTs
Created: 03/27/2023
Last Edit: 03/27/2023
Version: 1.01
The bot will check for updates to the specified repository every 5 minutes and send a notification to the specified Discord channel if there are any updates.
- Node.js
- Discord.js
- @octokit/rest
npm install discord.js @octokit/restbotname.js to your server.
- GITHUB_REPO with your GitHub repository in the format owner/repo.
- DISCORD_CHANNEL_ID with the ID of the Discord channel where you want the bot to send notifications.
- DISCORD_BOT_TOKEN with the token of your Discord bot.
- This assumes you know how to setup a discord bot, and install basic supporting applications. If you need assistance, you can visit our Discord and we will attempt to assist you with the installation.
- This will NOT work with private repos. We will be releasing an updated version later for private repos.