diff options
Diffstat (limited to 'bot')
-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 4ceb76c7..a88a8689 100644 --- a/bot/exts/fun/uwu.py +++ b/bot/exts/fun/uwu.py @@ -120,7 +120,7 @@ class Uwu(Cog): # Grabs the text from the embed for uwuification. if embed is not None: embed = fun_cog._convert_embed(self._uwuify, embed) - else: + else: embed = None converted_text = self._uwuify(text) converted_text = helpers.suppress_links(converted_text) |