TinkerStorm / interaction-prototypes

A Discord interaction prototype preparing to lay the foundations of a game service.
https://discord.gg/z5DPVHNBuw
GNU General Public License v3.0
2 stars 0 forks source link

feat: use relative timestamp notation in vote mockup #26

Closed sudojunior closed 1 year ago

sudojunior commented 2 years ago

<t:{Date.now()/1000}:R> - emphasis to use as part of main content block; as part of the embed title or embed description.

Relative timestamps were observed to update in real-time when the channel is viewed - therefore relying less on repetitive message editing (and less of a concern to the imposed rate limit that comes with it).

Might also be useful for command cooldowns, but phrasing the response in such a way that in {time} and {time} ago may be a task in itself to allow for a more natural feel to the response without the need for an additional edit.