diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 672fec8..5bd419f 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,35 +4,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -57,15 +29,17 @@
- {
- "keyToString": {
- "Python.loadtest.executor": "Run",
- "Python.main.executor": "Run",
- "RunOnceActivity.OpenProjectViewOnStart": "true",
- "RunOnceActivity.ShowReadmeOnStart": "true",
- "git-widget-placeholder": "master"
+
+}]]>
@@ -142,9 +116,55 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -173,7 +193,191 @@
1706752185760
-
+
+
+ 1711069041236
+
+
+
+ 1711069041236
+
+
+
+ 1711226380697
+
+
+
+ 1711226380697
+
+
+
+ 1711226712340
+
+
+
+ 1711226712340
+
+
+
+ 1711234809323
+
+
+
+ 1711234809323
+
+
+
+ 1711326787328
+
+
+
+ 1711326787328
+
+
+
+ 1711327046704
+
+
+
+ 1711327046704
+
+
+
+ 1711327173550
+
+
+
+ 1711327173550
+
+
+
+ 1711328349385
+
+
+
+ 1711328349385
+
+
+
+ 1711329016623
+
+
+
+ 1711329016623
+
+
+
+ 1711329029640
+
+
+
+ 1711329029640
+
+
+
+ 1711331292843
+
+
+
+ 1711331292843
+
+
+
+ 1711333171679
+
+
+
+ 1711333171679
+
+
+
+ 1711335168489
+
+
+
+ 1711335168489
+
+
+
+ 1711336125689
+
+
+
+ 1711336125689
+
+
+
+ 1711339804573
+
+
+
+ 1711339804573
+
+
+
+ 1711343814787
+
+
+
+ 1711343814787
+
+
+
+ 1711344302232
+
+
+
+ 1711344302232
+
+
+
+ 1711344762325
+
+
+
+ 1711344762325
+
+
+
+ 1711344963148
+
+
+
+ 1711344963148
+
+
+
+ 1711345323280
+
+
+
+ 1711345323280
+
+
+
+ 1711346024320
+
+
+
+ 1711346024320
+
+
+
+ 1711346156839
+
+
+
+ 1711346156839
+
+
+
+ 1711409751413
+
+
+
+ 1711409751413
+
+
diff --git a/bot/player/track.py b/bot/player/track.py
index 7c391c8..904cdb6 100644
--- a/bot/player/track.py
+++ b/bot/player/track.py
@@ -174,7 +174,7 @@ def recursive_defaultdict():
if type_ == "donations":
previous_dono = 0 if (previous_dono := previous_response["donations"]) > (current_dono := response["donations"]) else previous_dono
player_level_changes["$inc"][f"donations.{season}.donated"] = (current_dono - previous_dono)
- clan_level_changes["$inc"][f"{season}.{tag}.donations"] = (current_dono - previous_dono)
+ clan_level_changes["$inc"][f"{season}.{tag}.donated"] = (current_dono - previous_dono)
elif type_ == "donationsReceived":
previous_dono = 0 if (previous_dono := previous_response["donationsReceived"]) > (