Changes to search

This commit is contained in:
Adriene Hutchins 2020-03-03 00:30:53 -05:00
parent 93ddb5500e
commit 00a1265d83
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ class Search(commands.Cog):
# Reached if error with returned results
except (KeyError, IndexError) as e:
# Logging
self.warn(
await self.warn(
f"A user encountered a(n) `{e}` with <{instance}> when searching for `{query}`. "
"Consider removing it or looking into it.",
name="Failed Instance"