2
0
mirror of https://github.com/Nick80835/microbot synced 2025-08-29 05:29:16 +00:00

more cheems

This commit is contained in:
Nick80835 2020-03-23 21:01:58 -04:00
parent 9db4292e5c
commit 0bae2b3e37

View File

@ -142,6 +142,9 @@ async def cheemify(text):
text = text.replace("ec", "emc")
text = text.replace("ig", "img")
text = text.replace("ob", "omb")
text = text.replace("pep", "pemp")
text = text.replace("pop", "pomp")
text = text.replace("rib", "rimb")
return text