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 4ad19c82..ff6247b0 100644 --- a/bot/exts/fun/uwu.py +++ b/bot/exts/fun/uwu.py @@ -68,7 +68,7 @@ class Uwu(Cog):          return input_string      def _char_replace(self, input_string: str) -> str: -        """Replaces characters with 'w'.""" +        """Replace certain characters with 'w'."""          return REGEX_WORD_REPLACE.sub("w", input_string)      def _stutter(self, strength: float, input_string: str) -> str: | 
