fix: update notification

This commit is contained in:
Isaac
2023-06-09 15:37:53 +01:00
parent 24360e4dcd
commit 2cfcdbaac8

View File

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