From 3ebdd32c74db5a61f2f18dadf8373fa47a426050 Mon Sep 17 00:00:00 2001 From: bMorgan01 Date: Mon, 29 Nov 2021 15:37:59 -0700 Subject: [PATCH] timezones! --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index b8646f1..333ecd2 100644 --- a/main.py +++ b/main.py @@ -207,7 +207,7 @@ class Other(commands.Cog): if mc is None: await safeSend("There is no server query set up. Run the `setup` command to get started.", ctx=ctx) else: - await safeSend("I last queried " + ip + " at " + str(last), ctx=ctx) + await safeSend("I last queried " + ip + " at " + str(last) + " UTC", ctx=ctx) async def setAnn(ctx: discord.ext.commands.context.Context, ann: bool, cid: Union[int, None] = None):