From 0bae2b3e37c93c9d2a23a061e12b1ae50d37615a Mon Sep 17 00:00:00 2001 From: Nick80835 Date: Mon, 23 Mar 2020 21:01:58 -0400 Subject: [PATCH] more cheems --- ubot/modules/memes.py | 3 +++ 1 file changed, 3 insertions(+) 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