Exclude FFA fills comments
This commit is contained in:
parent
268baec48d
commit
096020c5c8
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ if ffacent:
|
|||
ffacentnew = []
|
||||
for x in ffacent:
|
||||
x = x[13:]
|
||||
if x != "":
|
||||
if x != "" and not x.startswith(" Fills"):
|
||||
ffacentnew.append(x)
|
||||
ffaformat = "; ".join(ffacentnew)
|
||||
print("fail-fandomanon (any): \033[1m" + ffaformat.lower() + "\033[0m (" + ffaprompt + ")\n")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue