From 94311dd49990c408b1c1067f2f2ab4ef13b18c70 Mon Sep 17 00:00:00 2001 From: Adriene Hutchins Date: Sun, 23 Feb 2020 18:00:16 -0500 Subject: [PATCH] Another formatting goof --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: