Embed - Remove timestamp
Hi, I started creating an embed creator Discord bot, but when I set the timestamp to 1 and create a new Date, I can't remove it after setting the timestamp back to 0. I tried
embed.setTimestamp(null), embed.setTimestamp(), embed.clearTimestamp(), and even delete embed.footer,but nothing works.
