aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts
diff options
context:
space:
mode:
authorGravatar Gintautas Kazlauskas <[email protected]>2022-02-25 00:01:25 +0200
committerGravatar GitHub <[email protected]>2022-02-25 00:01:25 +0200
commit99a747fc5a2369b7d8e32fd6dc463eb65dd6089b (patch)
treed5b5312816a82f2192658704af6eb83e519b065e /bot/exts
parentUpdate bot/exts/fun/uwu.py (diff)
Update bot/exts/fun/uwu.py
Co-authored-by: Bluenix <[email protected]>
Diffstat (limited to 'bot/exts')
-rw-r--r--bot/exts/fun/uwu.py2
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)