diff --git a/cogs/OwOText.py b/cogs/OwOText.py index 10ed15ba..1d00471f 100644 --- a/cogs/OwOText.py +++ b/cogs/OwOText.py @@ -31,7 +31,6 @@ def text_to_owo(text): if 'N{}'.format(v) in text: text = text.replace('N{}'.format(v), 'N{}{}'.format('Y' if v.isupper() else 'y', v)) - print(text) return text