useless slop

This commit is contained in:
nin0 2025-05-22 19:10:38 -04:00
parent 069400233a
commit 3fb6b6e2c2
Signed by: nin0
SSH key fingerprint: SHA256:NOoDnFVvZNFvqfXCIhzr6oCTDImZAbTTuyAysZ8Ufk8
6 changed files with 21 additions and 14 deletions

View file

@ -3,10 +3,10 @@ import { client } from "..";
import { Thumbnail } from "components-jsx/Thumbnail";
import { TextDisplay } from "components-jsx/TextDisplay";
import { br } from "components-jsx/br";
import { User as DiscordUser } from "oceanic.js";
export async function User(props: { id: string }) {
const user = await client.rest.users.get(props.id);
export function User(props: { user: DiscordUser }) {
const { user } = props;
return (
<Section
accessory={