diff --git a/client/pages/Activity.tsx b/client/pages/Activity.tsx index 1c8a8019..8798776e 100644 --- a/client/pages/Activity.tsx +++ b/client/pages/Activity.tsx @@ -75,14 +75,90 @@ export default function Activity() { ); } - if (!isActivity) { - return null; + // Not in Discord Activity - show informational message + if (!isActivity && !isLoading) { + return ( +
+ This page is designed to run as a Discord Activity. Open it within Discord to get started! +
++ Not in Discord? Visit the main app at{" "} + + aethex.dev + +
+{error}
+ +
+ 💡 Open Discord DevTools (Ctrl+Shift+I) and check the console for messages starting with{" "}
+
+ [Discord Activity]
+
+
- 💡 Tip: Use Discord commands like{" "}
- /profile,{" "}
- /set-realm,
- and{" "}
-
- /verify-role
- {" "}
- to manage your account within Discord.
+
+ 💡 Discord Commands: Use{" "}
+ /profile,{" "}
+ /set-realm, and{" "}
+ /verify-role{" "}
+ to manage your account directly in Discord.