@@ -132,7 +130,7 @@ export default async function DashboardPage() {
Module Status
-
Global operational health of ZyroX core.
+
Global operational health of HexaHost core.
{[
diff --git a/dashboard/app/docs/page.tsx b/dashboard/app/docs/page.tsx
index 113db06..748e091 100644
--- a/dashboard/app/docs/page.tsx
+++ b/dashboard/app/docs/page.tsx
@@ -1,19 +1,17 @@
/**
* ╔══════════════════════════════════════════════════════════════════╗
* ║ ║
- * ║ ░█▀▀░█▀█░█▀▄░█▀▀░█░█ ░█▀▄░█▀▀░█░█░█▀▀ ║
- * ║ ░█░░░█░█░█░█░█▀▀░▄▀▄ ░█░█░█▀▀░▀▄▀░▀▀█ ║
- * ║ ░▀▀▀░▀▀▀░▀▀░░▀▀▀░▀░▀ ░▀▀░░▀▀▀░░▀░░▀▀▀ ║
+ * ║ +-+-+-+-+-+-+-+-+ ║
+ * ║ |H|e|x|a|H|o|s|t| ║
+ * ║ +-+-+-+-+-+-+-+-+ ║
* ║ ║
- * ║ © 2026 CodeX Devs — All Rights Reserved ║
+ * ║ © 2026 HexaHost — All Rights Reserved ║
* ║ ║
- * ║ discord ── https://discord.gg/codexdev ║
- * ║ youtube ── https://youtube.com/@CodeXDevs ║
- * ║ github ── https://github.com/RayExo ║
+ * ║ discord ── https://discord.gg/hexahost ║
+ * ║ github ── https://github.com/theoneandonlymace ║
* ║ ║
* ╚══════════════════════════════════════════════════════════════════╝
*/
-
"use client";
import React, { useState } from "react";
@@ -80,7 +78,7 @@ export default function DocsPage() {
-
ZyroX Docs
+
HexaHost Docs
@@ -156,7 +154,7 @@ export default function DocsPage() {
- Welcome to the {activeTab} section of the ZyroX Engine documentation. Our engine is designed for communities that demand absolute performance and cinematic management tools.
+ Welcome to the {activeTab} section of the HexaHost Engine documentation. Our engine is designed for communities that demand absolute performance and cinematic management tools.
@@ -179,10 +177,10 @@ export default function DocsPage() {
Neural Architecture
Protocol Overview
- The ZyroX Engine utilizes a decentralized event stream processing model. When a Discord event is received, it is instantly routed to the nearest edge cluster.
+ The HexaHost Engine utilizes a decentralized event stream processing model. When a Discord event is received, it is instantly routed to the nearest edge cluster.
- $ zyrox initialize --cluster-shard [neural_07] --mode enterprise
+ $ hexahost initialize --cluster-shard [neural_07] --mode enterprise
diff --git a/dashboard/app/layout.tsx b/dashboard/app/layout.tsx
index 5f40af5..f7ed629 100644
--- a/dashboard/app/layout.tsx
+++ b/dashboard/app/layout.tsx
@@ -1,19 +1,17 @@
/**
* ╔══════════════════════════════════════════════════════════════════╗
* ║ ║
- * ║ ░█▀▀░█▀█░█▀▄░█▀▀░█░█ ░█▀▄░█▀▀░█░█░█▀▀ ║
- * ║ ░█░░░█░█░█░█░█▀▀░▄▀▄ ░█░█░█▀▀░▀▄▀░▀▀█ ║
- * ║ ░▀▀▀░▀▀▀░▀▀░░▀▀▀░▀░▀ ░▀▀░░▀▀▀░░▀░░▀▀▀ ║
+ * ║ +-+-+-+-+-+-+-+-+ ║
+ * ║ |H|e|x|a|H|o|s|t| ║
+ * ║ +-+-+-+-+-+-+-+-+ ║
* ║ ║
- * ║ © 2026 CodeX Devs — All Rights Reserved ║
+ * ║ © 2026 HexaHost — All Rights Reserved ║
* ║ ║
- * ║ discord ── https://discord.gg/codexdev ║
- * ║ youtube ── https://youtube.com/@CodeXDevs ║
- * ║ github ── https://github.com/RayExo ║
+ * ║ discord ── https://discord.gg/hexahost ║
+ * ║ github ── https://github.com/theoneandonlymace ║
* ║ ║
* ╚══════════════════════════════════════════════════════════════════╝
*/
-
import type { Metadata } from "next";
import { Inter, Outfit } from "next/font/google";
import "./globals.css";
@@ -24,7 +22,7 @@ import { AuthProvider } from "@/components/auth-provider";
const inter = Inter({ subsets: ["latin"], variable: "--font-inter" });
const outfit = Outfit({ subsets: ["latin"], variable: "--font-outfit" });
-const brandName = process.env.NEXT_PUBLIC_BRAND_NAME || "Zyrox";
+const brandName = process.env.NEXT_PUBLIC_BRAND_NAME || "HexaHost";
export const metadata: Metadata = {
title: `${brandName} - Ultimate Discord Bot`,
diff --git a/dashboard/app/page.tsx b/dashboard/app/page.tsx
index 7a02906..07c1880 100644
--- a/dashboard/app/page.tsx
+++ b/dashboard/app/page.tsx
@@ -1,19 +1,17 @@
/**
* ╔══════════════════════════════════════════════════════════════════╗
* ║ ║
- * ║ ░█▀▀░█▀█░█▀▄░█▀▀░█░█ ░█▀▄░█▀▀░█░█░█▀▀ ║
- * ║ ░█░░░█░█░█░█░█▀▀░▄▀▄ ░█░█░█▀▀░▀▄▀░▀▀█ ║
- * ║ ░▀▀▀░▀▀▀░▀▀░░▀▀▀░▀░▀ ░▀▀░░▀▀▀░░▀░░▀▀▀ ║
+ * ║ +-+-+-+-+-+-+-+-+ ║
+ * ║ |H|e|x|a|H|o|s|t| ║
+ * ║ +-+-+-+-+-+-+-+-+ ║
* ║ ║
- * ║ © 2026 CodeX Devs — All Rights Reserved ║
+ * ║ © 2026 HexaHost — All Rights Reserved ║
* ║ ║
- * ║ discord ── https://discord.gg/codexdev ║
- * ║ youtube ── https://youtube.com/@CodeXDevs ║
- * ║ github ── https://github.com/RayExo ║
+ * ║ discord ── https://discord.gg/hexahost ║
+ * ║ github ── https://github.com/theoneandonlymace ║
* ║ ║
* ╚══════════════════════════════════════════════════════════════════╝
*/
-
"use client";
import React from "react";
@@ -64,7 +62,7 @@ export default function LandingPage() {
-
{process.env.NEXT_PUBLIC_BRAND_NAME || "ZyroX"}
+ {process.env.NEXT_PUBLIC_BRAND_NAME || "HexaHost"}
Dashboard
@@ -256,7 +254,7 @@ export default function LandingPage() {
{[
- { icon: Terminal, title: "Custom DSL", desc: "Write advanced logic with our intuitive ZyroX scripting language." },
+ { icon: Terminal, title: "Custom DSL", desc: "Write advanced logic with our intuitive HexaHost scripting language." },
{ icon: Cpu, title: "FPGA Ready", desc: "Hardware-accelerated pattern matching for instant response." },
{ icon: Lock, title: "Zero Trust", desc: "Every command execution is sandboxed and cryptographically verified." },
{ icon: Radio, title: "Low Entropy", desc: "Optimized for minimal CPU jitter and maximum reliability." }
@@ -367,7 +365,7 @@ export default function LandingPage() {
{[
- { q: "Is the ZyroX Engine free to use?", a: "The core engine is 100% free for all communities. We offer premium clusters for ultra-high-scale enterprise servers." },
+ { q: "Is the HexaHost Engine free to use?", a: "The core engine is 100% free for all communities. We offer premium clusters for ultra-high-scale enterprise servers." },
{ q: "How secure is my server data?", a: "Every byte of configuration data is AES-256 encrypted at rest. We never store personal user data beyond Discord's standard requirements." },
{ q: "Can I migrate from other bots?", a: "Yes, our Migration Matrix tool allows you to import leveling and configuration data from most popular bots in minutes." },
{ q: "What is the 'Neural Core'?", a: "It's our advanced event-processing architecture that uses predictive analysis to moderate raids before they escalate." }
@@ -390,7 +388,7 @@ export default function LandingPage() {
Ready to Evolve?
-
Join 5,000+ communities scaling their automation with the ZyroX Engine. Setup takes less than 30 seconds.
+
Join 5,000+ communities scaling their automation with the HexaHost Engine. Setup takes less than 30 seconds.
signIn('discord', { callbackUrl: '/dashboard' })}
@@ -413,7 +411,7 @@ export default function LandingPage() {
- {process.env.NEXT_PUBLIC_BRAND_NAME || "ZyroX"} Engine
+ {process.env.NEXT_PUBLIC_BRAND_NAME || "HexaHost"} Engine
The high-performance Discord engine for communities that demand excellence. Open-source, secure, and infinitely scalable.
@@ -438,7 +436,7 @@ export default function LandingPage() {
- © 2026 {process.env.NEXT_PUBLIC_BRAND_NAME || "ZyroX"} Development // Advanced Neural Infrastructure.
+ © 2026 {process.env.NEXT_PUBLIC_BRAND_NAME || "HexaHost"} Development // Advanced Neural Infrastructure.
diff --git a/dashboard/app/privacy/page.tsx b/dashboard/app/privacy/page.tsx
index 446694c..db6b033 100644
--- a/dashboard/app/privacy/page.tsx
+++ b/dashboard/app/privacy/page.tsx
@@ -1,19 +1,17 @@
/**
* ╔══════════════════════════════════════════════════════════════════╗
* ║ ║
- * ║ ░█▀▀░█▀█░█▀▄░█▀▀░█░█ ░█▀▄░█▀▀░█░█░█▀▀ ║
- * ║ ░█░░░█░█░█░█░█▀▀░▄▀▄ ░█░█░█▀▀░▀▄▀░▀▀█ ║
- * ║ ░▀▀▀░▀▀▀░▀▀░░▀▀▀░▀░▀ ░▀▀░░▀▀▀░░▀░░▀▀▀ ║
+ * ║ +-+-+-+-+-+-+-+-+ ║
+ * ║ |H|e|x|a|H|o|s|t| ║
+ * ║ +-+-+-+-+-+-+-+-+ ║
* ║ ║
- * ║ © 2026 CodeX Devs — All Rights Reserved ║
+ * ║ © 2026 HexaHost — All Rights Reserved ║
* ║ ║
- * ║ discord ── https://discord.gg/codexdev ║
- * ║ youtube ── https://youtube.com/@CodeXDevs ║
- * ║ github ── https://github.com/RayExo ║
+ * ║ discord ── https://discord.gg/hexahost ║
+ * ║ github ── https://github.com/theoneandonlymace ║
* ║ ║
* ╚══════════════════════════════════════════════════════════════════╝
*/
-
"use client";
import React from "react";
@@ -34,7 +32,7 @@ export default function PrivacyPage() {
-
ZyroX Engine
+
HexaHost Engine
@@ -64,7 +62,7 @@ export default function PrivacyPage() {
Data Collection
- The ZyroX Engine collects only the minimum necessary data to function within Discord. This includes your Discord User ID, Server (Guild) ID, and configuration settings provided during setup. We do not store message content unless explicitly configured for logging purposes by server administrators.
+ The HexaHost Engine collects only the minimum necessary data to function within Discord. This includes your Discord User ID, Server (Guild) ID, and configuration settings provided during setup. We do not store message content unless explicitly configured for logging purposes by server administrators.
diff --git a/dashboard/app/terms/page.tsx b/dashboard/app/terms/page.tsx
index e06b8e2..4a97895 100644
--- a/dashboard/app/terms/page.tsx
+++ b/dashboard/app/terms/page.tsx
@@ -1,19 +1,17 @@
/**
* ╔══════════════════════════════════════════════════════════════════╗
* ║ ║
- * ║ ░█▀▀░█▀█░█▀▄░█▀▀░█░█ ░█▀▄░█▀▀░█░█░█▀▀ ║
- * ║ ░█░░░█░█░█░█░█▀▀░▄▀▄ ░█░█░█▀▀░▀▄▀░▀▀█ ║
- * ║ ░▀▀▀░▀▀▀░▀▀░░▀▀▀░▀░▀ ░▀▀░░▀▀▀░░▀░░▀▀▀ ║
+ * ║ +-+-+-+-+-+-+-+-+ ║
+ * ║ |H|e|x|a|H|o|s|t| ║
+ * ║ +-+-+-+-+-+-+-+-+ ║
* ║ ║
- * ║ © 2026 CodeX Devs — All Rights Reserved ║
+ * ║ © 2026 HexaHost — All Rights Reserved ║
* ║ ║
- * ║ discord ── https://discord.gg/codexdev ║
- * ║ youtube ── https://youtube.com/@CodeXDevs ║
- * ║ github ── https://github.com/RayExo ║
+ * ║ discord ── https://discord.gg/hexahost ║
+ * ║ github ── https://github.com/theoneandonlymace ║
* ║ ║
* ╚══════════════════════════════════════════════════════════════════╝
*/
-
"use client";
import React from "react";
@@ -34,7 +32,7 @@ export default function TermsPage() {
-
{process.env.NEXT_PUBLIC_BRAND_NAME || "ZyroX"} Engine
+
{process.env.NEXT_PUBLIC_BRAND_NAME || "HexaHost"} Engine
@@ -64,7 +62,7 @@ export default function TermsPage() {
Acceptance of Protocol
- By integrating the {process.env.NEXT_PUBLIC_BRAND_NAME || "ZyroX"} Engine into your Discord server, you agree to abide by these terms. The engine is provided "as is," and while we strive for 100% uptime through our neural edge clusters, we are not liable for any data loss resulting from third-party API disruptions.
+ By integrating the {process.env.NEXT_PUBLIC_BRAND_NAME || "HexaHost"} Engine into your Discord server, you agree to abide by these terms. The engine is provided "as is," and while we strive for 100% uptime through our neural edge clusters, we are not liable for any data loss resulting from third-party API disruptions.
@@ -76,7 +74,7 @@ export default function TermsPage() {
Usage Constraints
- You may not use the {process.env.NEXT_PUBLIC_BRAND_NAME || "ZyroX"} Engine for any illicit activities, including but not limited to: automated harassment, token logging, or raid coordination. Violation of these constraints will result in immediate neural deauthorization and blacklisting from the global cluster network.
+ You may not use the {process.env.NEXT_PUBLIC_BRAND_NAME || "HexaHost"} Engine for any illicit activities, including but not limited to: automated harassment, token logging, or raid coordination. Violation of these constraints will result in immediate neural deauthorization and blacklisting from the global cluster network.
@@ -94,7 +92,7 @@ export default function TermsPage() {
- March 2026 // Distributed via {process.env.NEXT_PUBLIC_BRAND_NAME || "ZyroX"} Neural Cloud
+ March 2026 // Distributed via {process.env.NEXT_PUBLIC_BRAND_NAME || "HexaHost"} Neural Cloud
diff --git a/dashboard/components/auth-provider.tsx b/dashboard/components/auth-provider.tsx
index 46e73e1..c24d839 100644
--- a/dashboard/components/auth-provider.tsx
+++ b/dashboard/components/auth-provider.tsx
@@ -1,19 +1,17 @@
/**
* ╔══════════════════════════════════════════════════════════════════╗
* ║ ║
- * ║ ░█▀▀░█▀█░█▀▄░█▀▀░█░█ ░█▀▄░█▀▀░█░█░█▀▀ ║
- * ║ ░█░░░█░█░█░█░█▀▀░▄▀▄ ░█░█░█▀▀░▀▄▀░▀▀█ ║
- * ║ ░▀▀▀░▀▀▀░▀▀░░▀▀▀░▀░▀ ░▀▀░░▀▀▀░░▀░░▀▀▀ ║
+ * ║ +-+-+-+-+-+-+-+-+ ║
+ * ║ |H|e|x|a|H|o|s|t| ║
+ * ║ +-+-+-+-+-+-+-+-+ ║
* ║ ║
- * ║ © 2026 CodeX Devs — All Rights Reserved ║
+ * ║ © 2026 HexaHost — All Rights Reserved ║
* ║ ║
- * ║ discord ── https://discord.gg/codexdev ║
- * ║ youtube ── https://youtube.com/@CodeXDevs ║
- * ║ github ── https://github.com/RayExo ║
+ * ║ discord ── https://discord.gg/hexahost ║
+ * ║ github ── https://github.com/theoneandonlymace ║
* ║ ║
* ╚══════════════════════════════════════════════════════════════════╝
*/
-
"use client";
import { SessionProvider } from "next-auth/react";
diff --git a/dashboard/components/dashboard/admin-content.tsx b/dashboard/components/dashboard/admin-content.tsx
index 5cb0b21..84b7feb 100644
--- a/dashboard/components/dashboard/admin-content.tsx
+++ b/dashboard/components/dashboard/admin-content.tsx
@@ -1,19 +1,17 @@
/**
* ╔══════════════════════════════════════════════════════════════════╗
* ║ ║
- * ║ ░█▀▀░█▀█░█▀▄░█▀▀░█░█ ░█▀▄░█▀▀░█░█░█▀▀ ║
- * ║ ░█░░░█░█░█░█░█▀▀░▄▀▄ ░█░█░█▀▀░▀▄▀░▀▀█ ║
- * ║ ░▀▀▀░▀▀▀░▀▀░░▀▀▀░▀░▀ ░▀▀░░▀▀▀░░▀░░▀▀▀ ║
+ * ║ +-+-+-+-+-+-+-+-+ ║
+ * ║ |H|e|x|a|H|o|s|t| ║
+ * ║ +-+-+-+-+-+-+-+-+ ║
* ║ ║
- * ║ © 2026 CodeX Devs — All Rights Reserved ║
+ * ║ © 2026 HexaHost — All Rights Reserved ║
* ║ ║
- * ║ discord ── https://discord.gg/codexdev ║
- * ║ youtube ── https://youtube.com/@CodeXDevs ║
- * ║ github ── https://github.com/RayExo ║
+ * ║ discord ── https://discord.gg/hexahost ║
+ * ║ github ── https://github.com/theoneandonlymace ║
* ║ ║
* ╚══════════════════════════════════════════════════════════════════╝
*/
-
"use client";
import React, { useState, useEffect } from "react";
@@ -113,7 +111,7 @@ export function AdminContent() {
Admin Control Panel
-
Restricted access for ZyroX administrators only.
+
Restricted access for HexaHost administrators only.
Maximum Protection
-
Anti-Nuke is fixed to instantly Ban malicious actors. Ensure that Zyrox's role is at the TOP of the role hierarchy for it to be able to ban admins.
+
Anti-Nuke is fixed to instantly Ban malicious actors. Ensure that HexaHost's role is at the TOP of the role hierarchy for it to be able to ban admins.
Fixed Punishments
diff --git a/dashboard/components/dashboard/automod-form.tsx b/dashboard/components/dashboard/automod-form.tsx
index 3cdf096..4d57d3c 100644
--- a/dashboard/components/dashboard/automod-form.tsx
+++ b/dashboard/components/dashboard/automod-form.tsx
@@ -1,19 +1,17 @@
/**
* ╔══════════════════════════════════════════════════════════════════╗
* ║ ║
- * ║ ░█▀▀░█▀█░█▀▄░█▀▀░█░█ ░█▀▄░█▀▀░█░█░█▀▀ ║
- * ║ ░█░░░█░█░█░█░█▀▀░▄▀▄ ░█░█░█▀▀░▀▄▀░▀▀█ ║
- * ║ ░▀▀▀░▀▀▀░▀▀░░▀▀▀░▀░▀ ░▀▀░░▀▀▀░░▀░░▀▀▀ ║
+ * ║ +-+-+-+-+-+-+-+-+ ║
+ * ║ |H|e|x|a|H|o|s|t| ║
+ * ║ +-+-+-+-+-+-+-+-+ ║
* ║ ║
- * ║ © 2026 CodeX Devs — All Rights Reserved ║
+ * ║ © 2026 HexaHost — All Rights Reserved ║
* ║ ║
- * ║ discord ── https://discord.gg/codexdev ║
- * ║ youtube ── https://youtube.com/@CodeXDevs ║
- * ║ github ── https://github.com/RayExo ║
+ * ║ discord ── https://discord.gg/hexahost ║
+ * ║ github ── https://github.com/theoneandonlymace ║
* ║ ║
* ╚══════════════════════════════════════════════════════════════════╝
*/
-
"use client";
import React, { useState } from "react";
diff --git a/dashboard/components/dashboard/autorole-form.tsx b/dashboard/components/dashboard/autorole-form.tsx
index 12bc856..11c2432 100644
--- a/dashboard/components/dashboard/autorole-form.tsx
+++ b/dashboard/components/dashboard/autorole-form.tsx
@@ -1,19 +1,17 @@
/**
* ╔══════════════════════════════════════════════════════════════════╗
* ║ ║
- * ║ ░█▀▀░█▀█░█▀▄░█▀▀░█░█ ░█▀▄░█▀▀░█░█░█▀▀ ║
- * ║ ░█░░░█░█░█░█░█▀▀░▄▀▄ ░█░█░█▀▀░▀▄▀░▀▀█ ║
- * ║ ░▀▀▀░▀▀▀░▀▀░░▀▀▀░▀░▀ ░▀▀░░▀▀▀░░▀░░▀▀▀ ║
+ * ║ +-+-+-+-+-+-+-+-+ ║
+ * ║ |H|e|x|a|H|o|s|t| ║
+ * ║ +-+-+-+-+-+-+-+-+ ║
* ║ ║
- * ║ © 2026 CodeX Devs — All Rights Reserved ║
+ * ║ © 2026 HexaHost — All Rights Reserved ║
* ║ ║
- * ║ discord ── https://discord.gg/codexdev ║
- * ║ youtube ── https://youtube.com/@CodeXDevs ║
- * ║ github ── https://github.com/RayExo ║
+ * ║ discord ── https://discord.gg/hexahost ║
+ * ║ github ── https://github.com/theoneandonlymace ║
* ║ ║
* ╚══════════════════════════════════════════════════════════════════╝
*/
-
"use client";
import React, { useState } from "react";
@@ -197,7 +195,7 @@ export function AutoRoleForm({ initialConfig, roles, guildId }: AutoRoleFormProp
- Hierarchy Matter: Ensure ZyroX's top role is higher than any role you select here.
+ Hierarchy Matter: Ensure HexaHost's top role is higher than any role you select here.
diff --git a/dashboard/components/dashboard/customroles-form.tsx b/dashboard/components/dashboard/customroles-form.tsx
index d630448..8af2272 100644
--- a/dashboard/components/dashboard/customroles-form.tsx
+++ b/dashboard/components/dashboard/customroles-form.tsx
@@ -1,19 +1,17 @@
/**
* ╔══════════════════════════════════════════════════════════════════╗
* ║ ║
- * ║ ░█▀▀░█▀█░█▀▄░█▀▀░█░█ ░█▀▄░█▀▀░█░█░█▀▀ ║
- * ║ ░█░░░█░█░█░█░█▀▀░▄▀▄ ░█░█░█▀▀░▀▄▀░▀▀█ ║
- * ║ ░▀▀▀░▀▀▀░▀▀░░▀▀▀░▀░▀ ░▀▀░░▀▀▀░░▀░░▀▀▀ ║
+ * ║ +-+-+-+-+-+-+-+-+ ║
+ * ║ |H|e|x|a|H|o|s|t| ║
+ * ║ +-+-+-+-+-+-+-+-+ ║
* ║ ║
- * ║ © 2026 CodeX Devs — All Rights Reserved ║
+ * ║ © 2026 HexaHost — All Rights Reserved ║
* ║ ║
- * ║ discord ── https://discord.gg/codexdev ║
- * ║ youtube ── https://youtube.com/@CodeXDevs ║
- * ║ github ── https://github.com/RayExo ║
+ * ║ discord ── https://discord.gg/hexahost ║
+ * ║ github ── https://github.com/theoneandonlymace ║
* ║ ║
* ╚══════════════════════════════════════════════════════════════════╝
*/
-
"use client";
import React, { useState } from "react";
@@ -156,7 +154,7 @@ export function CustomRolesForm({ initialConfig, roles, guildId }: CustomRolesFo
• .staff @user - Assigns/Removes Staff role
• .girl @user - Assigns/Removes Girl role
• .vip @user - Assigns/Removes VIP role
- • Ensure Zyrox is placed higher than these roles in server settings!
+ • Ensure HexaHost is placed higher than these roles in server settings!
diff --git a/dashboard/components/dashboard/form-elements.tsx b/dashboard/components/dashboard/form-elements.tsx
index 5d6ea61..7b01519 100644
--- a/dashboard/components/dashboard/form-elements.tsx
+++ b/dashboard/components/dashboard/form-elements.tsx
@@ -1,19 +1,17 @@
/**
* ╔══════════════════════════════════════════════════════════════════╗
* ║ ║
- * ║ ░█▀▀░█▀█░█▀▄░█▀▀░█░█ ░█▀▄░█▀▀░█░█░█▀▀ ║
- * ║ ░█░░░█░█░█░█░█▀▀░▄▀▄ ░█░█░█▀▀░▀▄▀░▀▀█ ║
- * ║ ░▀▀▀░▀▀▀░▀▀░░▀▀▀░▀░▀ ░▀▀░░▀▀▀░░▀░░▀▀▀ ║
+ * ║ +-+-+-+-+-+-+-+-+ ║
+ * ║ |H|e|x|a|H|o|s|t| ║
+ * ║ +-+-+-+-+-+-+-+-+ ║
* ║ ║
- * ║ © 2026 CodeX Devs — All Rights Reserved ║
+ * ║ © 2026 HexaHost — All Rights Reserved ║
* ║ ║
- * ║ discord ── https://discord.gg/codexdev ║
- * ║ youtube ── https://youtube.com/@CodeXDevs ║
- * ║ github ── https://github.com/RayExo ║
+ * ║ discord ── https://discord.gg/hexahost ║
+ * ║ github ── https://github.com/theoneandonlymace ║
* ║ ║
* ╚══════════════════════════════════════════════════════════════════╝
*/
-
import React from "react";
import { Switch } from "@/components/ui/switch";
import { Select, SelectOption } from "@/components/ui/select";
diff --git a/dashboard/components/dashboard/j2c-form.tsx b/dashboard/components/dashboard/j2c-form.tsx
index 2e2db23..7f7ae42 100644
--- a/dashboard/components/dashboard/j2c-form.tsx
+++ b/dashboard/components/dashboard/j2c-form.tsx
@@ -1,19 +1,17 @@
/**
* ╔══════════════════════════════════════════════════════════════════╗
* ║ ║
- * ║ ░█▀▀░█▀█░█▀▄░█▀▀░█░█ ░█▀▄░█▀▀░█░█░█▀▀ ║
- * ║ ░█░░░█░█░█░█░█▀▀░▄▀▄ ░█░█░█▀▀░▀▄▀░▀▀█ ║
- * ║ ░▀▀▀░▀▀▀░▀▀░░▀▀▀░▀░▀ ░▀▀░░▀▀▀░░▀░░▀▀▀ ║
+ * ║ +-+-+-+-+-+-+-+-+ ║
+ * ║ |H|e|x|a|H|o|s|t| ║
+ * ║ +-+-+-+-+-+-+-+-+ ║
* ║ ║
- * ║ © 2026 CodeX Devs — All Rights Reserved ║
+ * ║ © 2026 HexaHost — All Rights Reserved ║
* ║ ║
- * ║ discord ── https://discord.gg/codexdev ║
- * ║ youtube ── https://youtube.com/@CodeXDevs ║
- * ║ github ── https://github.com/RayExo ║
+ * ║ discord ── https://discord.gg/hexahost ║
+ * ║ github ── https://github.com/theoneandonlymace ║
* ║ ║
* ╚══════════════════════════════════════════════════════════════════╝
*/
-
"use client";
import React, { useState } from "react";
diff --git a/dashboard/components/dashboard/leveling-form.tsx b/dashboard/components/dashboard/leveling-form.tsx
index 3cadcf4..a86bcc8 100644
--- a/dashboard/components/dashboard/leveling-form.tsx
+++ b/dashboard/components/dashboard/leveling-form.tsx
@@ -1,19 +1,17 @@
/**
* ╔══════════════════════════════════════════════════════════════════╗
* ║ ║
- * ║ ░█▀▀░█▀█░█▀▄░█▀▀░█░█ ░█▀▄░█▀▀░█░█░█▀▀ ║
- * ║ ░█░░░█░█░█░█░█▀▀░▄▀▄ ░█░█░█▀▀░▀▄▀░▀▀█ ║
- * ║ ░▀▀▀░▀▀▀░▀▀░░▀▀▀░▀░▀ ░▀▀░░▀▀▀░░▀░░▀▀▀ ║
+ * ║ +-+-+-+-+-+-+-+-+ ║
+ * ║ |H|e|x|a|H|o|s|t| ║
+ * ║ +-+-+-+-+-+-+-+-+ ║
* ║ ║
- * ║ © 2026 CodeX Devs — All Rights Reserved ║
+ * ║ © 2026 HexaHost — All Rights Reserved ║
* ║ ║
- * ║ discord ── https://discord.gg/codexdev ║
- * ║ youtube ── https://youtube.com/@CodeXDevs ║
- * ║ github ── https://github.com/RayExo ║
+ * ║ discord ── https://discord.gg/hexahost ║
+ * ║ github ── https://github.com/theoneandonlymace ║
* ║ ║
* ╚══════════════════════════════════════════════════════════════════╝
*/
-
"use client";
import React, { useState } from "react";
diff --git a/dashboard/components/dashboard/logging-form.tsx b/dashboard/components/dashboard/logging-form.tsx
index 9aefe87..e5fde27 100644
--- a/dashboard/components/dashboard/logging-form.tsx
+++ b/dashboard/components/dashboard/logging-form.tsx
@@ -1,19 +1,17 @@
/**
* ╔══════════════════════════════════════════════════════════════════╗
* ║ ║
- * ║ ░█▀▀░█▀█░█▀▄░█▀▀░█░█ ░█▀▄░█▀▀░█░█░█▀▀ ║
- * ║ ░█░░░█░█░█░█░█▀▀░▄▀▄ ░█░█░█▀▀░▀▄▀░▀▀█ ║
- * ║ ░▀▀▀░▀▀▀░▀▀░░▀▀▀░▀░▀ ░▀▀░░▀▀▀░░▀░░▀▀▀ ║
+ * ║ +-+-+-+-+-+-+-+-+ ║
+ * ║ |H|e|x|a|H|o|s|t| ║
+ * ║ +-+-+-+-+-+-+-+-+ ║
* ║ ║
- * ║ © 2026 CodeX Devs — All Rights Reserved ║
+ * ║ © 2026 HexaHost — All Rights Reserved ║
* ║ ║
- * ║ discord ── https://discord.gg/codexdev ║
- * ║ youtube ── https://youtube.com/@CodeXDevs ║
- * ║ github ── https://github.com/RayExo ║
+ * ║ discord ── https://discord.gg/hexahost ║
+ * ║ github ── https://github.com/theoneandonlymace ║
* ║ ║
* ╚══════════════════════════════════════════════════════════════════╝
*/
-
"use client";
import React, { useState } from "react";
diff --git a/dashboard/components/dashboard/metric-card.tsx b/dashboard/components/dashboard/metric-card.tsx
index db7e2d0..02dc13a 100644
--- a/dashboard/components/dashboard/metric-card.tsx
+++ b/dashboard/components/dashboard/metric-card.tsx
@@ -1,19 +1,17 @@
/**
* ╔══════════════════════════════════════════════════════════════════╗
* ║ ║
- * ║ ░█▀▀░█▀█░█▀▄░█▀▀░█░█ ░█▀▄░█▀▀░█░█░█▀▀ ║
- * ║ ░█░░░█░█░█░█░█▀▀░▄▀▄ ░█░█░█▀▀░▀▄▀░▀▀█ ║
- * ║ ░▀▀▀░▀▀▀░▀▀░░▀▀▀░▀░▀ ░▀▀░░▀▀▀░░▀░░▀▀▀ ║
+ * ║ +-+-+-+-+-+-+-+-+ ║
+ * ║ |H|e|x|a|H|o|s|t| ║
+ * ║ +-+-+-+-+-+-+-+-+ ║
* ║ ║
- * ║ © 2026 CodeX Devs — All Rights Reserved ║
+ * ║ © 2026 HexaHost — All Rights Reserved ║
* ║ ║
- * ║ discord ── https://discord.gg/codexdev ║
- * ║ youtube ── https://youtube.com/@CodeXDevs ║
- * ║ github ── https://github.com/RayExo ║
+ * ║ discord ── https://discord.gg/hexahost ║
+ * ║ github ── https://github.com/theoneandonlymace ║
* ║ ║
* ╚══════════════════════════════════════════════════════════════════╝
*/
-
import React from "react";
import { LucideIcon } from "lucide-react";
import { cn } from "@/lib/utils";
diff --git a/dashboard/components/dashboard/page-header.tsx b/dashboard/components/dashboard/page-header.tsx
index f1f3ecc..d0af827 100644
--- a/dashboard/components/dashboard/page-header.tsx
+++ b/dashboard/components/dashboard/page-header.tsx
@@ -1,19 +1,17 @@
/**
* ╔══════════════════════════════════════════════════════════════════╗
* ║ ║
- * ║ ░█▀▀░█▀█░█▀▄░█▀▀░█░█ ░█▀▄░█▀▀░█░█░█▀▀ ║
- * ║ ░█░░░█░█░█░█░█▀▀░▄▀▄ ░█░█░█▀▀░▀▄▀░▀▀█ ║
- * ║ ░▀▀▀░▀▀▀░▀▀░░▀▀▀░▀░▀ ░▀▀░░▀▀▀░░▀░░▀▀▀ ║
+ * ║ +-+-+-+-+-+-+-+-+ ║
+ * ║ |H|e|x|a|H|o|s|t| ║
+ * ║ +-+-+-+-+-+-+-+-+ ║
* ║ ║
- * ║ © 2026 CodeX Devs — All Rights Reserved ║
+ * ║ © 2026 HexaHost — All Rights Reserved ║
* ║ ║
- * ║ discord ── https://discord.gg/codexdev ║
- * ║ youtube ── https://youtube.com/@CodeXDevs ║
- * ║ github ── https://github.com/RayExo ║
+ * ║ discord ── https://discord.gg/hexahost ║
+ * ║ github ── https://github.com/theoneandonlymace ║
* ║ ║
* ╚══════════════════════════════════════════════════════════════════╝
*/
-
import React from "react";
import { cn } from "@/lib/utils";
diff --git a/dashboard/components/dashboard/reactionroles-form.tsx b/dashboard/components/dashboard/reactionroles-form.tsx
index 08f0851..71d3cae 100644
--- a/dashboard/components/dashboard/reactionroles-form.tsx
+++ b/dashboard/components/dashboard/reactionroles-form.tsx
@@ -1,19 +1,17 @@
/**
* ╔══════════════════════════════════════════════════════════════════╗
* ║ ║
- * ║ ░█▀▀░█▀█░█▀▄░█▀▀░█░█ ░█▀▄░█▀▀░█░█░█▀▀ ║
- * ║ ░█░░░█░█░█░█░█▀▀░▄▀▄ ░█░█░█▀▀░▀▄▀░▀▀█ ║
- * ║ ░▀▀▀░▀▀▀░▀▀░░▀▀▀░▀░▀ ░▀▀░░▀▀▀░░▀░░▀▀▀ ║
+ * ║ +-+-+-+-+-+-+-+-+ ║
+ * ║ |H|e|x|a|H|o|s|t| ║
+ * ║ +-+-+-+-+-+-+-+-+ ║
* ║ ║
- * ║ © 2026 CodeX Devs — All Rights Reserved ║
+ * ║ © 2026 HexaHost — All Rights Reserved ║
* ║ ║
- * ║ discord ── https://discord.gg/codexdev ║
- * ║ youtube ── https://youtube.com/@CodeXDevs ║
- * ║ github ── https://github.com/RayExo ║
+ * ║ discord ── https://discord.gg/hexahost ║
+ * ║ github ── https://github.com/theoneandonlymace ║
* ║ ║
* ╚══════════════════════════════════════════════════════════════════╝
*/
-
"use client";
import React, { useState } from "react";
diff --git a/dashboard/components/dashboard/server-card.tsx b/dashboard/components/dashboard/server-card.tsx
index 80b0446..f474378 100644
--- a/dashboard/components/dashboard/server-card.tsx
+++ b/dashboard/components/dashboard/server-card.tsx
@@ -1,19 +1,17 @@
/**
* ╔══════════════════════════════════════════════════════════════════╗
* ║ ║
- * ║ ░█▀▀░█▀█░█▀▄░█▀▀░█░█ ░█▀▄░█▀▀░█░█░█▀▀ ║
- * ║ ░█░░░█░█░█░█░█▀▀░▄▀▄ ░█░█░█▀▀░▀▄▀░▀▀█ ║
- * ║ ░▀▀▀░▀▀▀░▀▀░░▀▀▀░▀░▀ ░▀▀░░▀▀▀░░▀░░▀▀▀ ║
+ * ║ +-+-+-+-+-+-+-+-+ ║
+ * ║ |H|e|x|a|H|o|s|t| ║
+ * ║ +-+-+-+-+-+-+-+-+ ║
* ║ ║
- * ║ © 2026 CodeX Devs — All Rights Reserved ║
+ * ║ © 2026 HexaHost — All Rights Reserved ║
* ║ ║
- * ║ discord ── https://discord.gg/codexdev ║
- * ║ youtube ── https://youtube.com/@CodeXDevs ║
- * ║ github ── https://github.com/RayExo ║
+ * ║ discord ── https://discord.gg/hexahost ║
+ * ║ github ── https://github.com/theoneandonlymace ║
* ║ ║
* ╚══════════════════════════════════════════════════════════════════╝
*/
-
import React from "react";
import Image from "next/image";
import Link from "next/link";
diff --git a/dashboard/components/dashboard/settings-form.tsx b/dashboard/components/dashboard/settings-form.tsx
index 67672e7..15dba6a 100644
--- a/dashboard/components/dashboard/settings-form.tsx
+++ b/dashboard/components/dashboard/settings-form.tsx
@@ -1,19 +1,17 @@
/**
* ╔══════════════════════════════════════════════════════════════════╗
* ║ ║
- * ║ ░█▀▀░█▀█░█▀▄░█▀▀░█░█ ░█▀▄░█▀▀░█░█░█▀▀ ║
- * ║ ░█░░░█░█░█░█░█▀▀░▄▀▄ ░█░█░█▀▀░▀▄▀░▀▀█ ║
- * ║ ░▀▀▀░▀▀▀░▀▀░░▀▀▀░▀░▀ ░▀▀░░▀▀▀░░▀░░▀▀▀ ║
+ * ║ +-+-+-+-+-+-+-+-+ ║
+ * ║ |H|e|x|a|H|o|s|t| ║
+ * ║ +-+-+-+-+-+-+-+-+ ║
* ║ ║
- * ║ © 2026 CodeX Devs — All Rights Reserved ║
+ * ║ © 2026 HexaHost — All Rights Reserved ║
* ║ ║
- * ║ discord ── https://discord.gg/codexdev ║
- * ║ youtube ── https://youtube.com/@CodeXDevs ║
- * ║ github ── https://github.com/RayExo ║
+ * ║ discord ── https://discord.gg/hexahost ║
+ * ║ github ── https://github.com/theoneandonlymace ║
* ║ ║
* ╚══════════════════════════════════════════════════════════════════╝
*/
-
"use client";
import React, { useState } from "react";
diff --git a/dashboard/components/dashboard/tickets-form.tsx b/dashboard/components/dashboard/tickets-form.tsx
index af5aa8d..ac24135 100644
--- a/dashboard/components/dashboard/tickets-form.tsx
+++ b/dashboard/components/dashboard/tickets-form.tsx
@@ -1,19 +1,17 @@
/**
* ╔══════════════════════════════════════════════════════════════════╗
* ║ ║
- * ║ ░█▀▀░█▀█░█▀▄░█▀▀░█░█ ░█▀▄░█▀▀░█░█░█▀▀ ║
- * ║ ░█░░░█░█░█░█░█▀▀░▄▀▄ ░█░█░█▀▀░▀▄▀░▀▀█ ║
- * ║ ░▀▀▀░▀▀▀░▀▀░░▀▀▀░▀░▀ ░▀▀░░▀▀▀░░▀░░▀▀▀ ║
+ * ║ +-+-+-+-+-+-+-+-+ ║
+ * ║ |H|e|x|a|H|o|s|t| ║
+ * ║ +-+-+-+-+-+-+-+-+ ║
* ║ ║
- * ║ © 2026 CodeX Devs — All Rights Reserved ║
+ * ║ © 2026 HexaHost — All Rights Reserved ║
* ║ ║
- * ║ discord ── https://discord.gg/codexdev ║
- * ║ youtube ── https://youtube.com/@CodeXDevs ║
- * ║ github ── https://github.com/RayExo ║
+ * ║ discord ── https://discord.gg/hexahost ║
+ * ║ github ── https://github.com/theoneandonlymace ║
* ║ ║
* ╚══════════════════════════════════════════════════════════════════╝
*/
-
"use client";
import React, { useState } from "react";
diff --git a/dashboard/components/dashboard/vanityrole-form.tsx b/dashboard/components/dashboard/vanityrole-form.tsx
index c8a398f..0ab17ea 100644
--- a/dashboard/components/dashboard/vanityrole-form.tsx
+++ b/dashboard/components/dashboard/vanityrole-form.tsx
@@ -1,19 +1,17 @@
/**
* ╔══════════════════════════════════════════════════════════════════╗
* ║ ║
- * ║ ░█▀▀░█▀█░█▀▄░█▀▀░█░█ ░█▀▄░█▀▀░█░█░█▀▀ ║
- * ║ ░█░░░█░█░█░█░█▀▀░▄▀▄ ░█░█░█▀▀░▀▄▀░▀▀█ ║
- * ║ ░▀▀▀░▀▀▀░▀▀░░▀▀▀░▀░▀ ░▀▀░░▀▀▀░░▀░░▀▀▀ ║
+ * ║ +-+-+-+-+-+-+-+-+ ║
+ * ║ |H|e|x|a|H|o|s|t| ║
+ * ║ +-+-+-+-+-+-+-+-+ ║
* ║ ║
- * ║ © 2026 CodeX Devs — All Rights Reserved ║
+ * ║ © 2026 HexaHost — All Rights Reserved ║
* ║ ║
- * ║ discord ── https://discord.gg/codexdev ║
- * ║ youtube ── https://youtube.com/@CodeXDevs ║
- * ║ github ── https://github.com/RayExo ║
+ * ║ discord ── https://discord.gg/hexahost ║
+ * ║ github ── https://github.com/theoneandonlymace ║
* ║ ║
* ╚══════════════════════════════════════════════════════════════════╝
*/
-
"use client";
import React, { useState } from "react";
diff --git a/dashboard/components/dashboard/verification-form.tsx b/dashboard/components/dashboard/verification-form.tsx
index 01f9bc5..51ef803 100644
--- a/dashboard/components/dashboard/verification-form.tsx
+++ b/dashboard/components/dashboard/verification-form.tsx
@@ -1,19 +1,17 @@
/**
* ╔══════════════════════════════════════════════════════════════════╗
* ║ ║
- * ║ ░█▀▀░█▀█░█▀▄░█▀▀░█░█ ░█▀▄░█▀▀░█░█░█▀▀ ║
- * ║ ░█░░░█░█░█░█░█▀▀░▄▀▄ ░█░█░█▀▀░▀▄▀░▀▀█ ║
- * ║ ░▀▀▀░▀▀▀░▀▀░░▀▀▀░▀░▀ ░▀▀░░▀▀▀░░▀░░▀▀▀ ║
+ * ║ +-+-+-+-+-+-+-+-+ ║
+ * ║ |H|e|x|a|H|o|s|t| ║
+ * ║ +-+-+-+-+-+-+-+-+ ║
* ║ ║
- * ║ © 2026 CodeX Devs — All Rights Reserved ║
+ * ║ © 2026 HexaHost — All Rights Reserved ║
* ║ ║
- * ║ discord ── https://discord.gg/codexdev ║
- * ║ youtube ── https://youtube.com/@CodeXDevs ║
- * ║ github ── https://github.com/RayExo ║
+ * ║ discord ── https://discord.gg/hexahost ║
+ * ║ github ── https://github.com/theoneandonlymace ║
* ║ ║
* ╚══════════════════════════════════════════════════════════════════╝
*/
-
"use client";
import React, { useState } from "react";
@@ -202,7 +200,7 @@ export function VerificationForm({ initialConfig, channels, roles, guildId }: Ve
- Zyrox Verification ensures that no unauthorized bots or malicious users enter your server unverified.
+ HexaHost Verification ensures that no unauthorized bots or malicious users enter your server unverified.