debugging dblcom

This commit is contained in:
Adriene Hutchins 2020-03-03 14:26:19 -05:00
parent 34c5a315e2
commit ce26c101dc
1 changed files with 1 additions and 0 deletions

View File

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