YT works, fixed some things

This commit is contained in:
CramMK
2020-02-13 23:40:41 +01:00
parent 4bf09b5588
commit 62ffb375bd
6 changed files with 75 additions and 77 deletions

View File

@@ -22,9 +22,8 @@ class Help(commands.Cog):
"""
response = (
"I'm the usele... divine AquaBot!\n"
"If you need help. try using the `help` command!"
)
await ctx.send(response)
"If you need help. try using the `help` command!")
await ctx.send(response)
# COG ENDING