diff --git a/packages/web/src/pages/machinery/bot-join.tsx b/packages/web/src/pages/machinery/bot-join.tsx
index cfaf2e9..6a96041 100644
--- a/packages/web/src/pages/machinery/bot-join.tsx
+++ b/packages/web/src/pages/machinery/bot-join.tsx
@@ -1,36 +1,19 @@
-import { navigate } from '@reach/router';
-import { Button } from '@roleypoly/design-system/atoms/button';
-import { Hero } from '@roleypoly/design-system/atoms/hero';
-import { Space } from '@roleypoly/design-system/atoms/space';
-import { Link } from '@roleypoly/design-system/atoms/typography';
-import { GoArrowLeft } from 'react-icons/go';
+import { GenericLoadingTemplate } from '@roleypoly/design-system/templates/generic-loading';
+import * as React from 'react';
+import { useApiContext } from '../../contexts/api/ApiContext';
-const BotJoin = () => (
-
-
- Hey. Thanks for taking an interest in Roleypoly.
-
- Right now, we're not allowing you to add the Roleypoly Next closed beta bot to any
- servers.
-
- Please keep an eye on{' '}
-
- #next-testers
- {' '}
- for when we're ready.
-
-
-