From b9c19c9fdeb67b27dce0876ac52978be63adeea5 Mon Sep 17 00:00:00 2001 From: Gintautas Kazlauskas <53479485+gitautas@users.noreply.github.com> Date: Sat, 9 Oct 2021 20:00:48 +0300 Subject: Update bot/exts/fun/uwu.py Co-authored-by: Bluenix --- bot/exts/fun/uwu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot') 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: -- cgit v1.2.3