mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-12-22 15:53:08 +02:00
fix: use new changelog URL
This commit is contained in:
parent
59388bf916
commit
e8bf45a9a4
@ -31,7 +31,7 @@ module.exports = client => {
|
|||||||
if (currentRelease === -1) return client.log.warn('Failed to find current release');
|
if (currentRelease === -1) return client.log.warn('Failed to find current release');
|
||||||
const behind = currentRelease;
|
const behind = currentRelease;
|
||||||
currentRelease = releases[currentRelease];
|
currentRelease = releases[currentRelease];
|
||||||
const changelog = `https://discordtickets.app/changelogs/v${latestVersion.replaceAll('.', '-') }/`;
|
const changelog = `https://discordtickets.app/changelogs/v${latestVersion}/`;
|
||||||
const guide = 'https://discordtickets.app/self-hosting/updating/';
|
const guide = 'https://discordtickets.app/self-hosting/updating/';
|
||||||
const { default: boxen } = await import('boxen');
|
const { default: boxen } = await import('boxen');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user