Hi all,
I'm looking to edit my !addquote command so that, when recalled with !quote, it displays the date (minus the time) that the quote was added. I absolutely cannot find anything on this ANYWHERE.
Thanks in advance 🙂
- Auto
Hey @Brave Flamingo!
Add the following after &data=: $(querystring) [$(time TIMEZONE "MM/DD/YYYY")]
Replace TIMEZONE with yours, you can find the list of timezones Nightbot supports, and how to write them here, this is also the page of the documentation you could have used to figure it out.