mirror of
https://github.com/Nick80835/microbot
synced 2025-08-31 14:38:04 +00:00
clean up gel debug
This commit is contained in:
@@ -42,7 +42,6 @@ async def gelbooru(event):
|
||||
async with session.get(GEL_URL, params=params) as response:
|
||||
if response.status == 200:
|
||||
response = await response.json()
|
||||
print(response)
|
||||
else:
|
||||
await event.edit(f"`An error occurred, response code: `**{response.status}**")
|
||||
return
|
||||
|
Reference in New Issue
Block a user