mirror of
https://github.com/polyjitter/searchbot-discord.git
synced 2024-08-14 22:46:55 +00:00
oops
This commit is contained in:
parent
ce26c101dc
commit
188c540d5a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue