test
This commit is contained in:
parent
deea320d98
commit
0c77af932b
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@ async def epg(ctx):
|
|||
response.raise_for_status()
|
||||
content = response.json
|
||||
await ctx.channel.send('epg:')
|
||||
await ctx.channel.send(type(content))
|
||||
await ctx.channel.send(f'`{content}`')
|
||||
|
||||
if content != {}:
|
||||
for item in content:
|
||||
|
|
Loading…
Reference in a new issue