diff options
-rw-r--r-- | bot/exts/fun/uwu.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/fun/uwu.py b/bot/exts/fun/uwu.py index f548d24b..e782e795 100644 --- a/bot/exts/fun/uwu.py +++ b/bot/exts/fun/uwu.py @@ -175,7 +175,7 @@ class Uwu(Cog): # 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: |