add jigsaw tier

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-10-06 00:47:12 +02:00
parent aa09bd41c2
commit 9134a91481
3 changed files with 2 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

View File

@ -1071,6 +1071,7 @@ tiers={
"(Zombie)": 3,
"(Ghost)": 4,
"(Survivor)": 5,
"(Jigsaw)": 6,
}
DISCORD_WELCOME_CHANNEL = "846509313941700618"

View File

@ -80,7 +80,7 @@ link_fix_regex = re.compile("(\[.*?\]\()(?!http|/)(.*?\))", flags=re.A)
css_url_regex = re.compile('url\(\s*[\'"]?(.*?)[\'"]?\s*\)', flags=re.I|re.A)
procoins_li = (0,2500,5000,10000,25000,50000,125000,250000)
procoins_li = (0,2500,5000,10000,25000,50000,100000,250000)
linefeeds_regex = re.compile("([^\n])\n([^\n])", flags=re.A)