diff options
author | 2022-02-25 00:01:25 +0200 | |
---|---|---|
committer | 2022-02-25 00:01:25 +0200 | |
commit | 99a747fc5a2369b7d8e32fd6dc463eb65dd6089b (patch) | |
tree | d5b5312816a82f2192658704af6eb83e519b065e /bot/exts/fun/uwu.py | |
parent | Update bot/exts/fun/uwu.py (diff) |
Update bot/exts/fun/uwu.py
Co-authored-by: Bluenix <[email protected]>
Diffstat (limited to 'bot/exts/fun/uwu.py')
-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) |