I had a question, so I know to add a timestamp to a New Discord.MessageEmbed()
you would use .setTimestamp()
, however, I was wondering how I would go about adding x amount of time to that timestamp, i.e. if my args[1] was "12hr" (12 hours), how would I make the timestamp display a time 12 hours ahead of whoever is viewing the message?
Basically, I'm creating a giveaway-type bot, for personal use, and I'd like the footer to display the end date.
Discord Node.js