This commit is contained in:
Adriene Hutchins 2020-03-03 14:27:06 -05:00
parent ce26c101dc
commit 188c540d5a
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +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))
await self.bot.logging.warn(content=str(resp))
resp_json = await resp.json()
print(resp_json)
responses['dblcom'] = resp_json