Change formatting a bit

This commit is contained in:
Adriene Hutchins 2020-02-22 13:12:44 -05:00
parent c24447b0e2
commit c59de307dc
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class Bot(commands.Bot):
elif message.content in mentions:
assist_msg = (
"**Hi there! How can I help?**\n\n"
f"You may use **{self.user.mention}` term here`** to search, or **{self.user.mention}` help`** for assistance.")
f"You may use **{self.user.mention} `term here`** to search, or **{self.user.mention} `help`** for assistance.")
await ctx.send(assist_msg)
else:
await self.process_commands(message)