fix cox
This commit is contained in:
parent
e4fcc81a13
commit
ee2ec67c17
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class ImageManip(Cog):
|
|||
self.bot = bot
|
||||
|
||||
@commands.command()
|
||||
async def cox(self, ctx, *headline: str):
|
||||
async def cox(self, ctx, *, headline: str):
|
||||
"""Gives a cox headline"""
|
||||
mention = ctx.author.mention
|
||||
|
||||
|
|
Loading…
Reference in a new issue