Added a bump reminder command

pull/2/head
sgoudham 4 years ago
parent 4b11ebc878
commit 810ae92aff

@ -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

Loading…
Cancel
Save