From 382c42262954767acc3f5ee3e008e03acbfc4f26 Mon Sep 17 00:00:00 2001 From: Parker Date: Thu, 28 Nov 2024 00:04:48 -0600 Subject: Overhaul \`play\` command - Split custom sources into helper functions - Add proper logging and handling - Fix LoadError embed messsage --- test.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test.py (limited to 'test.py') diff --git a/test.py b/test.py new file mode 100644 index 0000000..8b4d325 --- /dev/null +++ b/test.py @@ -0,0 +1,11 @@ +import datetime + +now = datetime.datetime.now(datetime.timezone.utc).strftime( + "%Y-%m-%d %H:%M:%S" +) + +import time + +print(now) +time.sleep(2) +print(now) -- cgit v1.2.3-70-g09d2