announce time in utc

This commit is contained in:
deflax 2024-01-17 03:20:55 +02:00
parent 6f02e20922
commit 24f8a0faa1

View file

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