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'; 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.
); export default BotJoin;