mirror of
https://github.com/polyjitter/searchbot-discord.git
synced 2024-08-14 22:46:55 +00:00
Another formatting goof
This commit is contained in:
parent
f395317a44
commit
94311dd499
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -80,7 +80,7 @@ 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)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue