From 88f1d5200d3a4bc9885ce533e444071aebc214d3 Mon Sep 17 00:00:00 2001 From: Ave Ozkal Date: Sun, 5 Apr 2020 23:53:20 +0300 Subject: [PATCH] cox: unfox --- cogs/imagemanip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/imagemanip.py b/cogs/imagemanip.py index c9aed56..4fe59b1 100644 --- a/cogs/imagemanip.py +++ b/cogs/imagemanip.py @@ -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"