diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5555a23..81afa7a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
 
 *a,c,f,r,o*
 
-## [6.0.3] - 12.03.2025
+## [6.0.4] - 14.03.2025
 
 ### Added
 
diff --git a/src/EllieBot/EllieBot.csproj b/src/EllieBot/EllieBot.csproj
index aa41827..47e6567 100644
--- a/src/EllieBot/EllieBot.csproj
+++ b/src/EllieBot/EllieBot.csproj
@@ -4,7 +4,7 @@
         <Nullable>enable</Nullable>
         <ImplicitUsings>true</ImplicitUsings>
         <SatelliteResourceLanguages>en</SatelliteResourceLanguages>
-        <Version>6.0.3</Version>
+        <Version>6.0.4</Version>
 
         <!-- Output/build -->
         <RunWorkingDirectory>$(MSBuildProjectDirectory)</RunWorkingDirectory>
diff --git a/src/EllieBot/Modules/Xp/common/XpTemplate.cs b/src/EllieBot/Modules/Xp/common/XpTemplate.cs
index 01a2a5f..d7c9765 100644
--- a/src/EllieBot/Modules/Xp/common/XpTemplate.cs
+++ b/src/EllieBot/Modules/Xp/common/XpTemplate.cs
@@ -119,7 +119,7 @@ public class XpTemplate
             Pos = new()
             {
                 X = 394,
-                Y = 35
+                Y = 40
             },
             Show = true
         }
diff --git a/src/EllieBot/_common/Impl/Localization.cs b/src/EllieBot/_common/Impl/Localization.cs
index 32d68be..ebeac17 100644
--- a/src/EllieBot/_common/Impl/Localization.cs
+++ b/src/EllieBot/_common/Impl/Localization.cs
@@ -12,7 +12,7 @@ public class Localization : ILocalization, IReadyExecutor, IEService
         JsonConvert.DeserializeObject<Dictionary<string, CommandData>>(
             File.ReadAllText("./strings/commands/commands.en-US.json"));
 
-    private ConcurrentDictionary<ulong, CultureInfo> _guildCultureInfos;
+    private ConcurrentDictionary<ulong, CultureInfo> _guildCultureInfos = [];
 
     public IDictionary<ulong, CultureInfo> GuildCultureInfos
         => _guildCultureInfos;
diff --git a/src/EllieBot/data/images.yml b/src/EllieBot/data/images.yml
index 6270858..f22704b 100644
--- a/src/EllieBot/data/images.yml
+++ b/src/EllieBot/data/images.yml
@@ -21,7 +21,7 @@ dice:
   - https://cdn.nadeko.bot/other/dice/8.png
   - https://cdn.nadeko.bot/other/dice/9.png
 xp:
-  bg: https://cdn.nadeko.bot/xp/bgs/v6.png
+  bg: https://cdn.nadeko.bot/other/xp/bg6_mini.png
 slots:
   emojis:
     - https://cdn.nadeko.bot/slots/10.png
diff --git a/src/EllieBot/data/xp_template.json b/src/EllieBot/data/xp_template.json
index e86598f..151a124 100644
--- a/src/EllieBot/data/xp_template.json
+++ b/src/EllieBot/data/xp_template.json
@@ -8,21 +8,21 @@
     "Name": {
       "Color": "ffffffff",
       "Show": true,
-      "FontSize": 50,
+      "FontSize": 25,
       "Pos": {
-        "X": 105,
-        "Y": 25
+        "X": 65,
+        "Y": 8
       }
     },
     "Icon": {
       "Show": true,
       "Pos": {
-        "X": 14,
-        "Y": 14
+        "X": 11,
+        "Y": 11
       },
       "Size": {
-        "X": 72,
-        "Y": 71
+        "X": 38,
+        "Y": 38
       }
     },
     "Level": {
@@ -47,26 +47,26 @@
       "Bar": {
         "Show": true,
         "Guild": {
-          "Color": "00000095",
+          "Color": "00000066",
           "PointA": {
-            "X": 282,
-            "Y": 248
+            "X": 202,
+            "Y": 66
           },
           "PointB": {
-            "X": 247,
-            "Y": 379
+            "X": 180,
+            "Y": 145
           },
-          "Length": 450,
+          "Length": 225,
           "Direction": 3
         }
       },
       "Guild": {
         "Color": "ffffffff",
         "Show": true,
-        "FontSize": 50,
+        "FontSize": 25,
         "Pos": {
-          "X": 490,
-          "Y": 313
+          "X": 330,
+          "Y": 104
         }
       }
     }
@@ -75,21 +75,21 @@
     "Icon": {
       "Show": true,
       "Pos": {
-        "X": 722,
-        "Y": 25
+        "X": 451,
+        "Y": 15
       },
       "Size": {
-        "X": 45,
-        "Y": 45
+        "X": 29,
+        "Y": 29
       }
     },
     "Name": {
       "Color": "ffffffff",
       "Show": true,
-      "FontSize": 35,
+      "FontSize": 20,
       "Pos": {
-        "X": 650,
-        "Y": 55
+        "X": 394,
+        "Y": 40
       }
     }
   }