announce time in utc
This commit is contained in:
parent
6f02e20922
commit
24f8a0faa1
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ async def epg(ctx):
|
|||
|
||||
@bot.command(name='time')
|
||||
async def time(ctx):
|
||||
await ctx.channel.send('The time is: `%s`' % datetime.now())
|
||||
await ctx.channel.send(f'The time is: {datetime.now()} UTC')
|
||||
|
||||
# Helper functions
|
||||
async def update_database():
|
||||
|
|
Loading…
Reference in a new issue