Another formatting goof

This commit is contained in:
Adriene Hutchins 2020-02-23 18:00:16 -05:00
parent f395317a44
commit 94311dd499
1 changed files with 1 additions and 1 deletions

View File

@ -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: