Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
Update send.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhdev committed Jul 8, 2023
1 parent a8f8556 commit 52efb38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/util/send.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ module.exports = async function (message, client, Discord) {
}

const info = new Discord.EmbedBuilder()
.setColor(client.config_embeds.default)
.addFields (
{ name: "🕰️ Timestamp", value: `<t:${Date.now().toString().slice(0, -3)}> (<t:${Date.now().toString().slice(0, -3)}:R>)` },
{ name: "💬 Message ID", value: `${message.id}` },
Expand Down

0 comments on commit 52efb38

Please sign in to comment.