mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2025-01-03 18:55:31 +00:00
cox: unfox
This commit is contained in:
parent
69ecfc5f62
commit
88f1d5200d
|
@ -21,7 +21,7 @@ class ImageManip(Cog):
|
||||||
"""Gives a cox headline"""
|
"""Gives a cox headline"""
|
||||||
mention = ctx.author.mention
|
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_vice = "assets/motherboardlogo.png"
|
||||||
in_byjcox = "assets/byjcox.png"
|
in_byjcox = "assets/byjcox.png"
|
||||||
|
|
Loading…
Reference in a new issue