From c59de307dc6308cf44929b26066a53f7371fa0a5 Mon Sep 17 00:00:00 2001 From: Adriene Hutchins Date: Sat, 22 Feb 2020 13:12:44 -0500 Subject: [PATCH] Change formatting a bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 0fd77f2..7e0dca8 100644 --- a/main.py +++ b/main.py @@ -57,7 +57,7 @@ class Bot(commands.Bot): elif message.content in mentions: assist_msg = ( "**Hi there! How can I help?**\n\n" - f"You may use **{self.user.mention}` term here`** to search, or **{self.user.mention}` help`** for assistance.") + f"You may use **{self.user.mention} `term here`** to search, or **{self.user.mention} `help`** for assistance.") await ctx.send(assist_msg) else: await self.process_commands(message)