You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{current_time} puts "Today at x:xx PM" in the embed which remains that way whether "Today" was yesterday or days ago. . Can this be changed to the full date? i.e. "Thursday, January 15th x:xx pm"
The text was updated successfully, but these errors were encountered:
{current_time} is just a datetime object. You can put it in the embed's timestamp. Discord itself then handles the "Today at xxx" part based on the user's Timezone. If it's been a day since updating, it'd also display "Yesterday at xxx".
{current_time} puts "Today at x:xx PM" in the embed which remains that way whether "Today" was yesterday or days ago. . Can this be changed to the full date? i.e. "Thursday, January 15th x:xx pm"
The text was updated successfully, but these errors were encountered: