fix e typo

This commit is contained in:
deflax 2024-01-16 18:56:20 +02:00
parent ee103fca77
commit d839b229f7

View file

@ -61,7 +61,7 @@ async def epg(ctx):
except Exception as e: except Exception as e:
print(e) print(e)
@bot.comment(name='time') @bot.command(name='time')
async def time(): async def time():
await bot.channel.send('The time is: `%s`' % datetime.now()) await bot.channel.send('The time is: `%s`' % datetime.now())