Generate a banner card with Discord user information.
To install discord-to-card, run the following command:
$ pnpm install discord-to-card
import { getProfile } from 'discord-to-card'
const data = await getProfile('YOUR_DISCORD_TOKEN')
fs.writeFileSync('banner.webp', data)