diff --git a/client/components/admin/AdminDiscordManagement.tsx b/client/components/admin/AdminDiscordManagement.tsx index 21019db3..f1eb7eff 100644 --- a/client/components/admin/AdminDiscordManagement.tsx +++ b/client/components/admin/AdminDiscordManagement.tsx @@ -163,6 +163,41 @@ export function AdminDiscordManagement() { return (
+ {/* Command Registration */} + + + Discord Commands + Register or update slash commands + + + {registerError && ( +
+ ❌ {registerError} +
+ )} + {registerSuccess && ( +
+ ✅ {registerSuccess} +
+ )} +

+ Register Discord slash commands: /verify, /set-realm, /profile, + /unlink, /verify-role +

+ +

+ You'll be prompted to enter your admin registration token. This is a + one-time setup. +

+
+
+ {/* Bot Status */}