Fix a formatting booboo

This commit is contained in:
Adriene Hutchins 2020-02-23 17:54:07 -05:00
parent 83c7aaa76d
commit f395317a44
1 changed files with 1 additions and 1 deletions

View File

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