include link to message in messageUpdate logs

This commit is contained in:
Emily 2021-05-13 09:12:42 +10:00
parent f24757fedf
commit 22ac7bee2e
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ module.exports = (client, omsg, nmsg) => {
return;
}
embed.setDescription(`• Author: ${nmsg.member} (${nmsg.member.user.id})\n• Channel: ${nmsg.channel}\n• Old message: ${omsg.content}\n• New message: ${nmsg.content}`)
embed.setDescription(`[Jump to message](https://discord.com/channels/${nmsg.guild.id}/${nmsg.channel.id}/${nmsg.id})\n• Author: ${nmsg.member} (${nmsg.member.user.id})\n• Channel: ${nmsg.channel}\n• Old message: ${omsg.content}\n• New message: ${nmsg.content}`)
try {
channel.send({ embed });
} catch (err) {

View File

@ -1,4 +1,4 @@
{
"number": "1.4.5",
"number": "1.4.6",
"changelog": "**1.4 Changelog**\n> • Splatoon commands have been added! check current and upcoming maps and modes with `~splatoonmaps`, current and upcoming salmon run maps, weapons and reward gear with `~salmonrun` and see what gear is on offer in the splatnet shop with `~splatnet`!\n**Notes:**\n> • Music is still broken and likely will be until v2 is released. Fixing v1 would delay v2 a lot, sorry >.<"
}