From b385a83bdd9bbdba1b6ef77f0cae6181b1f749de Mon Sep 17 00:00:00 2001 From: Kwoth Date: Mon, 1 Aug 2022 17:46:41 +0200 Subject: [PATCH] Updated position of the username and club in the .xp image --- src/NadekoBot/data/xp_template.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/NadekoBot/data/xp_template.json b/src/NadekoBot/data/xp_template.json index d7e0e6ba1..412dcd97a 100644 --- a/src/NadekoBot/data/xp_template.json +++ b/src/NadekoBot/data/xp_template.json @@ -10,8 +10,8 @@ "Show": true, "FontSize": 50, "Pos": { - "X": 130, - "Y": 17 + "X": 105, + "Y": 25 } }, "Icon": { @@ -138,7 +138,7 @@ "FontSize": 35, "Pos": { "X": 650, - "Y": 49 + "Y": 55 } } }