Merge pull request #66 from OpAayush/patch-1

Update messageUpdate.js
This commit is contained in:
Corwin 2022-12-29 13:06:13 +01:00 committed by GitHub
commit 9b96aa33fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,9 +36,13 @@ module.exports = async (client, oldMessage, newMessage) => {
{
name: `> Timestamp`,
value: `- <t:${Math.floor(newMessage.createdTimestamp / 1000)}:R>`
}
},
{
name: `> Jump to the Message`,
value: `https://discordapp.com/channels/${newMessage.guild.id}/${newMessage.channel.id}/${newMessage.id}`
}
]
}, logsChannel).catch(() => { })
}
catch { }
};
};