From 1358a251ebea34db6704495b6fd39e81be649b5c Mon Sep 17 00:00:00 2001 From: Gintautas Kazlauskas Date: Fri, 25 Feb 2022 00:16:25 +0200 Subject: Fixed docstring. --- bot/exts/fun/uwu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3