diff --git a/sukuinote/plugins/einfo.py b/sukuinote/plugins/einfo.py index 1c7ee52..acf300d 100644 --- a/sukuinote/plugins/einfo.py +++ b/sukuinote/plugins/einfo.py @@ -125,7 +125,7 @@ async def get_deai(client, entity): ntext.pop(0) if ntext: ntext.pop(0) - if ntext: + if ntext and not ntext[0].startswith('Anyway, they aren\'t fbanned in fed '): text = '- Reason: ' ntext.pop(0) reason = '\n'.join(ntext).strip()