Handle "Anyway, they aren't fbanned in fed"
This commit is contained in:
parent
b322ab7202
commit
5e63e72089
|
@ -125,7 +125,7 @@ async def get_deai(client, entity):
|
||||||
ntext.pop(0)
|
ntext.pop(0)
|
||||||
if ntext:
|
if ntext:
|
||||||
ntext.pop(0)
|
ntext.pop(0)
|
||||||
if ntext:
|
if ntext and not ntext[0].startswith('Anyway, they aren\'t fbanned in fed '):
|
||||||
text = '- <b>Reason:</b> '
|
text = '- <b>Reason:</b> '
|
||||||
ntext.pop(0)
|
ntext.pop(0)
|
||||||
reason = '\n'.join(ntext).strip()
|
reason = '\n'.join(ntext).strip()
|
||||||
|
|
Loading…
Reference in New Issue