From 810ae92aff3077113fc4a1dbe3a0be00a90e3f12 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Fri, 19 Jun 2020 00:12:16 +0100 Subject: [PATCH] Added a bump reminder command --- cogs/OwOText.py | 1 - 1 file changed, 1 deletion(-) 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