Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/main' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
jftanner committed Nov 3, 2020
2 parents c269f1b + 96644bd commit 7b0e222
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions discord-bot/commands/101-start.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = new Command({
const { connectCode } = lobby;
const captureLink = `<aucapture://${host}/${connectCode}${secure ? '' : '?insecure'}>`;
const captureRepo = 'https://github.com/denverquane/amonguscapture'
const captureVersion = `2.4.1`; // TODO Externalize this again.
const captureVersion = `2.4.2`; // TODO Externalize this again.
const captureDownload = `${captureRepo}/releases/download/${captureVersion}/AmongUsCapture.exe`;
const versionLink = `${captureVersion} ([Download](${captureDownload}))`;

Expand All @@ -48,4 +48,4 @@ module.exports = new Command({
.addField('One-Click Connect Link', captureLink)
);
}
});
});

0 comments on commit 7b0e222

Please sign in to comment.