useless slop
This commit is contained in:
parent
069400233a
commit
3fb6b6e2c2
6 changed files with 21 additions and 14 deletions
|
@ -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={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue