Update leaderboard.py
Browse files- leaderboard.py +1 -1
leaderboard.py
CHANGED
@@ -3,7 +3,7 @@ import time
|
|
3 |
import json
|
4 |
from discord_webhook import DiscordWebhook, DiscordEmbed
|
5 |
|
6 |
-
proclubs_memberscareer_api = "https://
|
7 |
keepthescore_api = "https://keepthescore.com/api/yrnfhgqvjhcyp/board/"
|
8 |
headers = {
|
9 |
"User-Agent": "Mozilla/5.0",
|
|
|
3 |
import json
|
4 |
from discord_webhook import DiscordWebhook, DiscordEmbed
|
5 |
|
6 |
+
proclubs_memberscareer_api = "https://fcleaderboard.deno.dev/"
|
7 |
keepthescore_api = "https://keepthescore.com/api/yrnfhgqvjhcyp/board/"
|
8 |
headers = {
|
9 |
"User-Agent": "Mozilla/5.0",
|