From 5296e7a7aec536de86a752a6f424a582d32bade5 Mon Sep 17 00:00:00 2001 From: Vivaan Parashar Date: Mon, 7 Jun 2021 20:55:21 +0530 Subject: use normal string instead of raw string --- bot/exts/evergreen/stackoverflow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/exts/evergreen/stackoverflow.py') 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) -- cgit v1.2.3