This repository has been archived by the owner on Mar 8, 2022. It is now read-only.
Any way of adding an UI date? #102
Answered
by
kvsxxx
brotherelric
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
kvsxxx
Oct 27, 2021
Replies: 1 comment 1 reply
-
That's a markdown feature of discord: # <t:TIMESTAMP>
from datetime import datetime
f"<t:{int(datetime.now().timestamp())}>" # add this to your emebd content |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
brotherelric
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's a markdown feature of discord: