Skip to content

Commit 61b23b8

Browse files
authored
Updated index.js
1 parent 52eebe6 commit 61b23b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const monitorHashUpdates = async () => {
5757
.setTitle("New Roblox Deployment Detected")
5858
.setColor("#4ea554")
5959
.setDescription(
60-
`**This is a future build and is not out yet.**\nA new version deployment has been released:\n\n**Hash:** \`${newFutureHash}\``
60+
`**This is a future build and is not out yet.**\nA new version deployment has been released:\n\n**Hash:** \`${newFutureHash}\`\n**Download:** [Here](https://rdd.weao.xyz/?channel=LIVE&binaryType=WindowsPlayer&version=${newFutureHash})`
6161
)
6262
.setTimestamp();
6363

0 commit comments

Comments
 (0)