fds
This commit is contained in:
parent
5624bd21cb
commit
6d1bc0f2eb
25 changed files with 93 additions and 86 deletions
|
@ -674,7 +674,8 @@ AWARDS = {
|
|||
}
|
||||
|
||||
AWARDS2 = deepcopy(AWARDS)
|
||||
for i in ["haunt", "upsidedown", "stab", "ghosts", "spiders", "fog"]: del AWARDS2[i]
|
||||
for k, val in AWARDS.items():
|
||||
if val['description'] == '???': AWARDS2.pop(k)
|
||||
|
||||
TROLLTITLES = [
|
||||
"how will @{username} ever recover?",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue