Skip to content

Commit 501bb62

Browse files
Use the cleaned content in the uwu command
1 parent d1dc1c3 commit 501bb62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/exts/fun/uwu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ async def uwu_command(self, ctx: Context, *, text: str | None = None) -> None:
175175
# If we weren't able to get the content of a replied message
176176
raise commands.UserInputError("Your message must have content or you must reply to a message.")
177177

178-
await clean_content(fix_channel_mentions=True).convert(ctx, text)
178+
text = await clean_content(fix_channel_mentions=True).convert(ctx, text)
179179

180180
# Grabs the text from the embed for uwuification
181181
if embeds:

0 commit comments

Comments
 (0)