diff --git a/main.py b/main.py index a867b75..0c31620 100644 --- a/main.py +++ b/main.py @@ -80,7 +80,7 @@ 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"You may use **{self.user.mention} `term here`** to search, " f"or **{self.user.mention} `help`** for assistance.") await ctx.send(assist_msg) else: