timezones!
This commit is contained in:
parent
9b43cab47d
commit
3ebdd32c74
1 changed files with 1 additions and 1 deletions
2
main.py
2
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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue