This commit is contained in:
deflax 2024-01-16 18:44:04 +02:00
parent deea320d98
commit 0c77af932b

View file

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