Skip to content

Commit

Permalink
Wrong function called in UwU cog (#1633)
Browse files Browse the repository at this point in the history
* better emojis replacement

* Update uwu.py

Hot fix: wrong function call typo.
  • Loading branch information
Saratii authored Nov 23, 2024
1 parent e186bfe commit a5adaf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/exts/fun/uwu.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def _uwuify(self, input_string: str, *, stutter_strength: float = 0.2, emoji_str
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",))
Expand Down

0 comments on commit a5adaf0

Please sign in to comment.