From f2b00d9355d76dba11e19ec51991e19caf471b88 Mon Sep 17 00:00:00 2001 From: attachments Date: Mon, 31 Mar 2025 23:10:19 -0400 Subject: [PATCH 1/3] Create moddy.json --- domains/moddy.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/moddy.json diff --git a/domains/moddy.json b/domains/moddy.json new file mode 100644 index 000000000..121b250a7 --- /dev/null +++ b/domains/moddy.json @@ -0,0 +1,12 @@ +{ + "description": "🚀 This is the official site for Moddy, a Discord bot.", + "repo": "https://github.com/MilkTools/milktools.github.io", + "owner": { + "username": "Milk", + "email": "milktuto@gmail.com", + "discord": "1031341585436266546" + }, + "record": { + "CNAME": "milktools.github.io" + } +} From 25e233d5399922f5524b3a4ba375d85febe19c78 Mon Sep 17 00:00:00 2001 From: attachments Date: Mon, 31 Mar 2025 23:12:26 -0400 Subject: [PATCH 2/3] Update moddy.json --- domains/moddy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/moddy.json b/domains/moddy.json index 121b250a7..c4d22070a 100644 --- a/domains/moddy.json +++ b/domains/moddy.json @@ -1,6 +1,6 @@ { "description": "🚀 This is the official site for Moddy, a Discord bot.", - "repo": "https://github.com/MilkTools/milktools.github.io", + "repo": "https://github.com/MilkTools/moddybot", "owner": { "username": "Milk", "email": "milktuto@gmail.com", From d81210ba0cd98c6a389a27ccf51e549444f36895 Mon Sep 17 00:00:00 2001 From: orangc Date: Tue, 1 Apr 2025 09:08:21 +0300 Subject: [PATCH 3/3] fix: username key --- domains/moddy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/moddy.json b/domains/moddy.json index c4d22070a..a94d28e14 100644 --- a/domains/moddy.json +++ b/domains/moddy.json @@ -2,7 +2,7 @@ "description": "🚀 This is the official site for Moddy, a Discord bot.", "repo": "https://github.com/MilkTools/moddybot", "owner": { - "username": "Milk", + "username": "MilkTools", "email": "milktuto@gmail.com", "discord": "1031341585436266546" },