Fix sophie string
This commit is contained in:
parent
9d0b6a0f2d
commit
dfbe59caf0
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue