fix e typo
This commit is contained in:
parent
ee103fca77
commit
d839b229f7
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ async def epg(ctx):
|
|||
except Exception as e:
|
||||
print(e)
|
||||
|
||||
@bot.comment(name='time')
|
||||
@bot.command(name='time')
|
||||
async def time():
|
||||
await bot.channel.send('The time is: `%s`' % datetime.now())
|
||||
|
||||
|
|
Loading…
Reference in a new issue