Skip to content

Commit

Permalink
Also display current version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed Jul 2, 2024
1 parent 82e200f commit 45c58f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/checks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ async function respondToText(message: Message, text: string, footer: string) {
embeds: [new EmbedBuilder()
.setTitle('Outdated SkinsRestorer Version!')
.setColor('#FF0000')
.setDescription(`The SkinsRestorer version you're using is outdated! Please update to the latest version: ${latestVersion}`)
.setDescription(`The SkinsRestorer version you're using (${version}) is outdated! Please update to the latest version: ${latestVersion}`)
.setFooter({text: footer})]
})
}
Expand Down

0 comments on commit 45c58f3

Please sign in to comment.