From c33bfd98c2d0312efb7183f9aeebcc23ac3d9a41 Mon Sep 17 00:00:00 2001 From: Rahul Gandhi Date: Sat, 27 Sep 2025 02:23:47 +0530 Subject: [PATCH 1/4] Add files via upload --- index.html | 259 ++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 205 insertions(+), 54 deletions(-) diff --git a/index.html b/index.html index 69ec7630..a01ef870 100644 --- a/index.html +++ b/index.html @@ -1,57 +1,208 @@ - - - - thedev.id - A free identity for developers on the web - - - - - - - - - - - - - - - -
- -

thedev.id

-
-

A free identity for developers on the web

-
-

- .thedev.id -

-
-
- -
-

Are you a developer exploring an awesome name for your personal website and projects? You came to the right place!

- -

thedev.id is a free identity for developers on the web. This service offers a handy subdomain service for you to have a subdomain like foo.thedev.id or bar.thedev.id for use on your static sites via CNAME DNS record. Fork, add subdomain and send a Pull Request. We will make it work!

-
- - - - - - + + + + Bunny Bot + + + + +
+

🐰 Bunny Bot

+

+ Your all-in-one Discord companion β€” moderation, automod, logging, + starboard, bump reminders, music, and more. +

+ +
+ +
+

✨ Features

+
+
+

βš’οΈ Moderation

+

+ Kick, ban, jail, mute, and more with easy-to-use commands and logs. +

+
+
+

πŸ›‘οΈ AutoMod & AntiNuke

+

+ Protect your server from spam, raids, links, invites, and nukes. +

+
+
+

πŸ“Š Stats & Invites

+

+ Track server growth, message activity, and user invites with + detailed graphs. +

+
+
+

🎡 Music

+

+ Play music from YouTube and other sources with high-quality audio. +

+
+
+

⭐ Starboard

+

+ Save your community’s best moments when messages get enough + reactions. +

+
+
+

πŸ› οΈ Utilities

+

+ AFK, bump reminders, ticket system, welcome/goodbye messages, and + more. +

+
+
+
+ +
+

πŸ”— Important Links

+

+ Privacy Policy β€’ + Terms of Service β€’ + FAQ +

+
+ + + From 0a86838744618011564b424087a373aa0031fbd6 Mon Sep 17 00:00:00 2001 From: Rahul Gandhi Date: Sat, 27 Sep 2025 02:35:48 +0530 Subject: [PATCH 2/4] Delete index.html --- index.html | 208 ----------------------------------------------------- 1 file changed, 208 deletions(-) delete mode 100644 index.html diff --git a/index.html b/index.html deleted file mode 100644 index a01ef870..00000000 --- a/index.html +++ /dev/null @@ -1,208 +0,0 @@ - - - - - - Bunny Bot - - - - -
-

🐰 Bunny Bot

-

- Your all-in-one Discord companion β€” moderation, automod, logging, - starboard, bump reminders, music, and more. -

- -
- -
-

✨ Features

-
-
-

βš’οΈ Moderation

-

- Kick, ban, jail, mute, and more with easy-to-use commands and logs. -

-
-
-

πŸ›‘οΈ AutoMod & AntiNuke

-

- Protect your server from spam, raids, links, invites, and nukes. -

-
-
-

πŸ“Š Stats & Invites

-

- Track server growth, message activity, and user invites with - detailed graphs. -

-
-
-

🎡 Music

-

- Play music from YouTube and other sources with high-quality audio. -

-
-
-

⭐ Starboard

-

- Save your community’s best moments when messages get enough - reactions. -

-
-
-

πŸ› οΈ Utilities

-

- AFK, bump reminders, ticket system, welcome/goodbye messages, and - more. -

-
-
-
- -
-

πŸ”— Important Links

-

- Privacy Policy β€’ - Terms of Service β€’ - FAQ -

-
- -
-

Β© 2025 Bunny Bot. All rights reserved.

-
- - From 4cbf76de9ab1bae99b0ffabb06fe8110722dca85 Mon Sep 17 00:00:00 2001 From: Rahul Gandhi Date: Sat, 27 Sep 2025 02:38:14 +0530 Subject: [PATCH 3/4] Update subdomains.json --- subdomains.json | 1 + 1 file changed, 1 insertion(+) diff --git a/subdomains.json b/subdomains.json index 404a57af..e9a5a089 100644 --- a/subdomains.json +++ b/subdomains.json @@ -221,4 +221,5 @@ "zh": "zh.github.io", "zuhaib": "powrhouseofthecell.github.io", "zvqle": "zvqlesrealm.vercel.app" + "bunnybot": "rahulg2893.github.io" } From c4612ff51482d12f322b7a56f5ebaa48dd7f53b7 Mon Sep 17 00:00:00 2001 From: Rahul Gandhi Date: Sat, 27 Sep 2025 02:39:26 +0530 Subject: [PATCH 4/4] Update subdomains.json --- subdomains.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/subdomains.json b/subdomains.json index e9a5a089..8910aa50 100644 --- a/subdomains.json +++ b/subdomains.json @@ -221,5 +221,15 @@ "zh": "zh.github.io", "zuhaib": "powrhouseofthecell.github.io", "zvqle": "zvqlesrealm.vercel.app" - "bunnybot": "rahulg2893.github.io" + { + "bunnybot": { + "owner": { + "username": "rahulg2893", + "email": "kamalrahul899@gmail.com" + }, + "record": { + "CNAME": "rahulg2893.github.io" + } + } +} }