reformat epg list
This commit is contained in:
parent
ffd395f049
commit
1ae4482092
1 changed files with 2 additions and 2 deletions
|
@ -57,8 +57,8 @@ async def epg(ctx):
|
||||||
item_name = value['name']
|
item_name = value['name']
|
||||||
item_start = value['start_at']
|
item_start = value['start_at']
|
||||||
if item_start != 'now' and item_start != 'never':
|
if item_start != 'now' and item_start != 'never':
|
||||||
epg_list += f'{item_name} starts at {item_start}h UTC\n'
|
epg_list += f'- {item_name} starts at {item_start}:00 UTC\n'
|
||||||
await ctx.channel.send(f'``` {epg_list} ```')
|
await ctx.channel.send(f'```{epg_list}```')
|
||||||
else:
|
else:
|
||||||
await ctx.channel.send('Empty database!')
|
await ctx.channel.send('Empty database!')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue