From f028f0b7ad3b5bc831be568bc99ddd30b6fad241 Mon Sep 17 00:00:00 2001 From: Adriene Hutchins Date: Fri, 20 Mar 2020 14:25:59 -0400 Subject: [PATCH] mention assist consistence --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index b835f37..18579aa 100644 --- a/main.py +++ b/main.py @@ -229,8 +229,8 @@ class Bot(commands.Bot): assist_msg = ( "**Hi there! How can I help?**\n\n" # Two New Lines Here - f"You may use **{self.user.mention} `term here`** to search, " - f"or **{self.user.mention} `help`** for assistance.") + f"You may use **{self.user.mention}** `term here` to search, " + f"or **{self.user.mention}** `help` for assistance.") await ctx.send(assist_msg) # Move on to command handling