so I'm trying to make this date more readable can someone please help me...
So Right now my current code is:
embed.add_field(name="Joined at:", value = str(member.joined_at), inline=False)
And when I run this code in discord I get this:
But I want to get something that looks like:
As you can see it is a lot easier to read and understand.
Could someone please help me?!
Thanks-