From 62367ffe2656dabb7fd8b4d84b1440b115cc18c5 Mon Sep 17 00:00:00 2001 From: xSamiVS Date: Mon, 30 Sep 2024 18:55:29 +0200 Subject: [PATCH] Added Discord User ID. --- domains/xsamivs.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/domains/xsamivs.json b/domains/xsamivs.json index a3de7332f..afcbcdd34 100644 --- a/domains/xsamivs.json +++ b/domains/xsamivs.json @@ -3,11 +3,12 @@ "repo": "https://github.com/xSamiVS", "owner": { "username": "xSamiVS", - "email": "" + "email": "", + "discord": "455335173748162563" }, "record": { "A": [ "88.99.5.172" ] } -} \ No newline at end of file +}