mirror of
https://github.com/System-End/Discord-Bot.git
synced 2026-04-19 16:28:26 +00:00
Update messageUpdate.js
This commit is contained in:
parent
f9417b92a7
commit
5910ec1e48
1 changed files with 4 additions and 0 deletions
|
|
@ -41,6 +41,10 @@ let row = new Discord.ActionRowBuilder()
|
|||
{
|
||||
name: `> New message`,
|
||||
value: `\`\`\`${newMessage.content.replace(/`/g, "'")}\`\`\``
|
||||
},
|
||||
{
|
||||
name: `> Timestamp`,
|
||||
value: `- <t:${Math.floor(newMessage.createdTimestamp / 1000)}:R>`
|
||||
}
|
||||
],
|
||||
components: [row]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue