test
This commit is contained in:
parent
0c77af932b
commit
20eb7095d2
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ async def epg(ctx):
|
||||||
if requests.get(db_url).status_code == 200:
|
if requests.get(db_url).status_code == 200:
|
||||||
response = requests.get(db_url)
|
response = requests.get(db_url)
|
||||||
response.raise_for_status()
|
response.raise_for_status()
|
||||||
content = response.json
|
content = response.json()
|
||||||
await ctx.channel.send('epg:')
|
await ctx.channel.send('epg:')
|
||||||
await ctx.channel.send(type(content))
|
await ctx.channel.send(type(content))
|
||||||
await ctx.channel.send(f'`{content}`')
|
await ctx.channel.send(f'`{content}`')
|
||||||
|
|
Loading…
Reference in a new issue