import client from "@/discord"; export async function getUser(id: string) { const res = await client.users.fetch(id); return res; }