diff --git a/ubot/modules/memes.py b/ubot/modules/memes.py index 61069d0..861cb51 100644 --- a/ubot/modules/memes.py +++ b/ubot/modules/memes.py @@ -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