DreamExposure / DisCal-Discord-Bot

DisCal is a Discord Bot that links up to a Google Calendar to create, delete, edit, and announce events and more!
GNU General Public License v3.0
112 stars 44 forks source link

Support new timestamp value #109

Closed NovaFox161 closed 3 years ago

NovaFox161 commented 3 years ago

Support new timestamp message value <t:unixepoch:flag>

https://discord.com/developers/docs/reference#message-formatting-timestamp-styles

NovaFox161 commented 3 years ago

This has been added in code and used in several places. This will also be used in announcements once I switch to using the new announcement embed code. Event wizards will still show and accept the time as seen by the calendar

NovaFox161 commented 3 years ago

Implemented everywhere it was needed.