Skip to content
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
Discussion options

You must be logged in to vote

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

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@brotherelric
Comment options

Answer selected by brotherelric
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants