timezones!

This commit is contained in:
bMorgan01 2021-11-29 15:37:59 -07:00
parent 9b43cab47d
commit 3ebdd32c74

View file

@ -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):