From ce26c101dcaf4c62293c75073f6076c7ae096d7c Mon Sep 17 00:00:00 2001 From: Adriene Hutchins Date: Tue, 3 Mar 2020 14:26:19 -0500 Subject: [PATCH] debugging dblcom --- extensions/botlist.py | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/botlist.py b/extensions/botlist.py index f0415c0..469711b 100644 --- a/extensions/botlist.py +++ b/extensions/botlist.py @@ -86,6 +86,7 @@ class BotList(commands.Cog, name='Bot List'): async with self.request.post(dblcom_call, json=dblcom_data, headers=dblcom_headers) as resp: + self.bot.warn(content=str(resp)) resp_json = await resp.json() print(resp_json) responses['dblcom'] = resp_json