aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 d1e43c7f..f871aaec 100644
--- a/bot/exts/fun/uwu.py
+++ b/bot/exts/fun/uwu.py
@@ -171,7 +171,7 @@ class Uwu(Cog):
input_string = self._stutter(stutter_strength, input_string)
input_string = self._emoji(emoji_strength, input_string)
input_string = self._ext_emoji_replace(input_string)
- input_string = self._emoji_replace(input_string)
+ input_string = self._uwu_emojis(input_string)
return input_string
@commands.command(name="uwu", aliases=("uwuwize", "uwuify",))