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()