fix: update notification

This commit is contained in:
Isaac 2023-06-09 15:37:53 +01:00
parent 24360e4dcd
commit 2cfcdbaac8
No known key found for this signature in database
GPG Key ID: 0DE40AE37BBA5C33

View File

@ -68,7 +68,7 @@ module.exports = client => {
name: latestRelease.author.login, name: latestRelease.author.login,
}) })
.setTitle(getMessage('misc.update.title')) .setTitle(getMessage('misc.update.title'))
.setDescription(getMessage('misc.update.fields.links.value', { .setDescription(getMessage('misc.update.description', {
changelog, changelog,
github: latestRelease.html_url, github: latestRelease.html_url,
guide, guide,