diff --git a/utils/news.py b/utils/news.py index 751cbc0..6478112 100644 --- a/utils/news.py +++ b/utils/news.py @@ -112,6 +112,7 @@ async def format_page(self, menu: menus.MenuPages, page): parse = "%Y-%m-%dT%H:%M:%SZ" if timestamp.endswith("Z") else "%Y-%m-%dT%H:%M:%S%z" try: e.timestamp = from_time_to_datetime(time.strptime(timestamp, parse)) + e.set_footer(text="Published at") except ValueError: # noinspection SpellCheckingInspection pass # ignore ValueErrors from the time.strptime func