Closed MrHatter89 closed 4 months ago
In the next release:
%TIMESTAMP%
- replaced with <t:UNIX_TIMESTAMP>
which Discord will convert to the user's local time%TIMESINCE%
- replaced with <t:UNIX_TIMESTAMP:R>
which Discord will convert to a relative time (e.g. 2 hours ago)%UNIX_TIMESTAMP%
- replaced with the UNIX timestamp of the event (e.g. 1634567890). This can be used to create a custom timestamp format in the message.
Is it possible to add a system event time variable in the form of a Unix timestamp? So that we can add timestamps to notifications in discord in the form "
<t:1717406662>: %PLAYER_NAME% left the server.
"This screenshot is an example from another game.
In the current implementation, connection time is difficult to see, especially when viewed through a mobile phone.