From f4333c684329f6fab826a7d4802c00594ad1e1cc Mon Sep 17 00:00:00 2001 From: Zenrac Date: Thu, 27 Oct 2022 20:35:38 +0200 Subject: [PATCH] Update owo.py --- TextToOwO/owo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TextToOwO/owo.py b/TextToOwO/owo.py index b11f5c1..b5b8cb6 100644 --- a/TextToOwO/owo.py +++ b/TextToOwO/owo.py @@ -8,7 +8,7 @@ def last_replace(s, old, new): def text_to_owo(text): """ Converts your text to OwO """ - smileys = [';;w;;', '^w^', '>w<', 'UwU', '(・`ω\´・)', '(´・ω・\`)'] + smileys = [';;w;;', '^w^', 'OwO', 'ヽ(・∀・)ノ', '>w<', 'UwU', '(・`ω\´・)', '(´・ω・\`)'] text = text.replace('L', 'W').replace('l', 'w') text = text.replace('R', 'W').replace('r', 'w')