General Development
This commit is contained in:
10
cogs/help.py
10
cogs/help.py
@@ -20,11 +20,11 @@ class Help(commands.Cog):
|
||||
"""
|
||||
Sends a short help for new users
|
||||
"""
|
||||
response = """
|
||||
I'm the usele... divine AquaBot!\n
|
||||
If you need help, try using the `help` command!
|
||||
"""
|
||||
await ctx.send(response)
|
||||
response = (
|
||||
"I'm the usele... divine AquaBot!\n"
|
||||
"If you need help. try using the `help` command!"
|
||||
)
|
||||
await ctx.send(response)
|
||||
|
||||
|
||||
# COG ENDING
|
||||
|
||||
Reference in New Issue
Block a user