We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f06dd2 commit 9510fc1Copy full SHA for 9510fc1
Python/owoify.py
@@ -32,7 +32,6 @@ def repl(m):
32
_String = re.sub(':D', 'UwU', _String, flags=re.I)
33
_String = re.sub(':o', 'owo', _String, flags=re.I)
34
_String = re.sub(':O', 'OwO', _String, flags=re.I)
35
- _String = re.sub(':o', 'owo', _String, flags=re.I)
36
_String = re.sub(r':\\', ':3', _String, flags=re.I)
37
_String = f"{random.choice(prefix)} {_String} {random.choice(suffix)}"
38
0 commit comments