mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-17 17:23:08 +02:00
fix: update notification
This commit is contained in:
parent
24360e4dcd
commit
2cfcdbaac8
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user