How do I embed a specific time for a normal guilid.

評論

1 條評論

  • summer

    Hiya! You can use Discord's built-in message formatting. Here's a quick step-by-step for times specifically:

    1. Convert your time to Unix time.
    2. Send your message with <t:TIMESTAMP>, replacing TIMESTAMP with the number you got in step one. This will create an embedded time in the format "15 October 2021 13:21".

    If you'd like to style the time differently, you can play with Discord's style options. They would be formatted as <t:TIMESTAMP:STYLE>, replacing TIMESTAMP the same way, and replacing STYLE with one of the single letter options on Discord's message formatting page. Example: <t:TIMESTAMP:F> will result in the format "Tuesday, 20 April 2021 16:20", whereas <t:TIMESTAMP:R> will result in a relative time like "2 months ago".

    Hope this helps! :)

    2

登入寫評論。