mention assist consistence

This commit is contained in:
Adriene Hutchins 2020-03-20 14:25:59 -04:00
parent 18423afe7d
commit f028f0b7ad
1 changed files with 2 additions and 2 deletions

View File

@ -229,8 +229,8 @@ 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"or **{self.user.mention} `help`** for assistance.")
f"You may use **{self.user.mention}** `term here` to search, "
f"or **{self.user.mention}** `help` for assistance.")
await ctx.send(assist_msg)
# Move on to command handling