Fix sophie string

This commit is contained in:
blank X 2021-01-08 14:42:04 +07:00
parent 9d0b6a0f2d
commit dfbe59caf0
1 changed files with 1 additions and 1 deletions

View File

@ -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 = '- <b>Reason:</b> '
ntext.pop(0)
reason = '\n'.join(ntext).strip()