mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-05 12:23:09 +02:00
fix: changelog URL
This commit is contained in:
parent
bba4c71596
commit
562e6b874d
@ -31,7 +31,7 @@ module.exports = client => {
|
||||
if (currentRelease === -1) return client.log.warn('Failed to find current release');
|
||||
const behind = currentRelease;
|
||||
currentRelease = releases[currentRelease];
|
||||
const changelog = `https://discordtickets.app/changelogs/v${latestVersion.replaceAll('.', '') }/`;
|
||||
const changelog = `https://discordtickets.app/changelogs/v${latestVersion.replaceAll('.', '-') }/`;
|
||||
const guide = 'https://discordtickets.app/self-hosting/updating/';
|
||||
const { default: boxen } = await import('boxen');
|
||||
|
||||
@ -86,4 +86,4 @@ module.exports = client => {
|
||||
client.log.warn('Failed to check for updates');
|
||||
client.log.error(error);
|
||||
});
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user