aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/exts/evergreen/stackoverflow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/evergreen/stackoverflow.py b/bot/exts/evergreen/stackoverflow.py
index 8607cac7..8dd4a060 100644
--- a/bot/exts/evergreen/stackoverflow.py
+++ b/bot/exts/evergreen/stackoverflow.py
@@ -44,7 +44,7 @@ class Stackoverflow(commands.Cog):
return
elif not data['items']:
no_search_result = Embed(
- title=f"No search results found for {search_query!r}",
+ title=f"No search results found for {search_query}",
color=Colours.soft_red
)
await ctx.send(embed=no_search_result)