General Development

This commit is contained in:
CramMK
2020-01-24 15:41:14 +00:00
parent e4fe8a7d60
commit 4581f24da9
9 changed files with 83 additions and 15 deletions

View File

@@ -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