From f395317a445c69e45b38c5aad37e5f292067377a Mon Sep 17 00:00:00 2001 From: Adriene Hutchins Date: Sun, 23 Feb 2020 17:54:07 -0500 Subject: [PATCH] Fix a formatting booboo --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 1986018..a867b75 100644 --- a/main.py +++ b/main.py @@ -81,7 +81,7 @@ class Bot(commands.Bot): "**Hi there! How can I help?**\n\n" # Two New Lines Here f"You may use **{self.user.mention} `term here`** to search," - "or **{self.user.mention} `help`** for assistance.") + f"or **{self.user.mention} `help`** for assistance.") await ctx.send(assist_msg) else: await self.process_commands(message)