diff --git a/ubot/modules/memes.py b/ubot/modules/memes.py index 3391f71..6065780 100644 --- a/ubot/modules/memes.py +++ b/ubot/modules/memes.py @@ -132,7 +132,8 @@ async def popify(text): async def cheemify(text): - text = text.replace("se", "ms") + text = text.replace("ese", "ms") + text = text.replace("se", "mse") text = text.replace("ck", "mk") text = text.replace("as", "ams") text = text.replace("n", "m")