diff options
Diffstat (limited to '')
| -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 a88a8689..4340a162 100644 --- a/bot/exts/fun/uwu.py +++ b/bot/exts/fun/uwu.py @@ -81,7 +81,7 @@ class Uwu(Cog):          return match_string      def _nyaify(self, input_string: str) -> str: -        """Nyaifies a string.""" +        """Nyaifies a string by adding a 'y' between an 'n' and a vowel."""          return REGEX_NYA.sub(SUBSTITUTE_NYA, input_string, 0)      def _emoji(self, strength: float, input_string: str) -> str: | 
