mirror of
https://github.com/polyjitter/searchbot-discord.git
synced 2024-08-14 22:46:55 +00:00
Changes to search
This commit is contained in:
parent
93ddb5500e
commit
00a1265d83
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ class Search(commands.Cog):
|
||||||
# Reached if error with returned results
|
# Reached if error with returned results
|
||||||
except (KeyError, IndexError) as e:
|
except (KeyError, IndexError) as e:
|
||||||
# Logging
|
# Logging
|
||||||
self.warn(
|
await self.warn(
|
||||||
f"A user encountered a(n) `{e}` with <{instance}> when searching for `{query}`. "
|
f"A user encountered a(n) `{e}` with <{instance}> when searching for `{query}`. "
|
||||||
"Consider removing it or looking into it.",
|
"Consider removing it or looking into it.",
|
||||||
name="Failed Instance"
|
name="Failed Instance"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue