cox: unfox
This commit is contained in:
parent
69ecfc5f62
commit
88f1d5200d
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class ImageManip(Cog):
|
|||
"""Gives a cox headline"""
|
||||
mention = ctx.author.mention
|
||||
|
||||
headline = await commands.clean_content().convert(ctx, headline, fix_channel_mentions=True)
|
||||
headline = await commands.clean_content(fix_channel_mentions=True).convert(ctx, headline)
|
||||
|
||||
in_vice = "assets/motherboardlogo.png"
|
||||
in_byjcox = "assets/byjcox.png"
|
||||
|
|
Loading…
Reference in a new issue