posts "question of the day" to a discord webhook

Formatting

+1 -1
+1 -1
utils/discordUtils.ts
··· 6 6 const embed = { 7 7 title: "❓❔ Question of the Day ❓❔", 8 8 color: 0xFEF250, // lemon yellow 9 - description: quote, 9 + description: quote, 10 10 //timestamp: new Date().toISOString(), 11 11 }; 12 12