From dfbe59caf05653504392f32b702c912207f6f894 Mon Sep 17 00:00:00 2001 From: blank X Date: Fri, 8 Jan 2021 14:42:04 +0700 Subject: [PATCH] Fix sophie string --- sukuinote/plugins/einfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sukuinote/plugins/einfo.py b/sukuinote/plugins/einfo.py index 5b2aeb4..1128a46 100644 --- a/sukuinote/plugins/einfo.py +++ b/sukuinote/plugins/einfo.py @@ -129,7 +129,7 @@ async def get_deai(client, entity): ntext.pop(0) if ntext: ntext.pop(0) - if ntext and not ntext[0].startswith('Anyway, they aren\'t fbanned in fed '): + if ntext and not ntext[0].startswith('They aren\'t fbanned in the '): text = '- Reason: ' ntext.pop(0) reason = '\n'.join(ntext).strip()