From 5662f0eca367863dd5e86a1483f14c3429118bbd Mon Sep 17 00:00:00 2001 From: deflax Date: Tue, 16 Jan 2024 18:39:59 +0200 Subject: [PATCH] test --- src/discordbot/discordbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/discordbot/discordbot.py b/src/discordbot/discordbot.py index 7f5acc0..b626b47 100644 --- a/src/discordbot/discordbot.py +++ b/src/discordbot/discordbot.py @@ -42,7 +42,7 @@ async def epg(ctx): response = requests.get(db_url) response.raise_for_status() content = response.text - await ctx.channel.send('epg:') + await ctx.channel.send(type(content)) for item in content: if item['start_at'] == 'now' or item['start_at'] == 'never':