Home > Enterprise >  Discord.js v14 Add 12h on a timestamp
Discord.js v14 Add 12h on a timestamp

Time:09-27

I know how to put a timestamp in a Discord embed. Except that I can't put the timestamp 12h.

I tried this

const ms = require('ms');
let timeAdded = '12h';
const embed = new EmbedBuilder()
                    .setTimestamp()
                    .setColor('3564fa')
                    .setFooter({ text: `           
  • Related