import Head from "next/head"; import styled from "styled-components"; import { useState } from "react"; export default function Home() { const [userId, setUserId] = useState(":id"); const copy = () => { return; }; return ( <>
Make sure you're in the{" "} Discord {" "} for this to work.
setUserId(e.target.value)} /> Copy the following and paste it into your README.md