Update messageUpdate.js

This commit is contained in:
Aayu5h 2022-12-29 16:36:31 +05:30 committed by GitHub
parent 45eea34eb4
commit f8ab9beb7f
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 { }
};
};