From 1cf62552f77955c89fd9dd1631e0efa6391ad74c Mon Sep 17 00:00:00 2001 From: mqudah Date: Fri, 13 Sep 2024 22:10:58 +0300 Subject: [PATCH] Use the cleaned content in the uwu command (#1606) --- bot/exts/fun/uwu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/exts/fun/uwu.py b/bot/exts/fun/uwu.py index f548d24b77..e782e79512 100644 --- a/bot/exts/fun/uwu.py +++ b/bot/exts/fun/uwu.py @@ -175,7 +175,7 @@ async def uwu_command(self, ctx: Context, *, text: str | None = None) -> None: # If we weren't able to get the content of a replied message raise commands.UserInputError("Your message must have content or you must reply to a message.") - await clean_content(fix_channel_mentions=True).convert(ctx, text) + text = await clean_content(fix_channel_mentions=True).convert(ctx, text) # Grabs the text from the embed for uwuification if embeds: