mirror of
https://github.com/polyjitter/searchbot-discord.git
synced 2024-08-14 22:46:55 +00:00
mention assist consistence
This commit is contained in:
parent
18423afe7d
commit
f028f0b7ad
1 changed files with 2 additions and 2 deletions
4
main.py
4
main.py
|
@ -229,8 +229,8 @@ class Bot(commands.Bot):
|
||||||
assist_msg = (
|
assist_msg = (
|
||||||
"**Hi there! How can I help?**\n\n"
|
"**Hi there! How can I help?**\n\n"
|
||||||
# Two New Lines Here
|
# 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.")
|
f"or **{self.user.mention}** `help` for assistance.")
|
||||||
await ctx.send(assist_msg)
|
await ctx.send(assist_msg)
|
||||||
|
|
||||||
# Move on to command handling
|
# Move on to command handling
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue