fix @Vendicated insanities
This commit is contained in:
parent
3fb6b6e2c2
commit
ff61e5ea04
3 changed files with 25 additions and 20 deletions
|
@ -8,11 +8,7 @@ import { User as DiscordUser } from "oceanic.js";
|
|||
export function User(props: { user: DiscordUser }) {
|
||||
const { user } = props;
|
||||
return (
|
||||
<Section
|
||||
accessory={
|
||||
<Thumbnail children={{ url: user.avatarURL("png", 128) }} />
|
||||
}
|
||||
>
|
||||
<Section accessory={<Thumbnail src={user.avatarURL("png", 128)} />}>
|
||||
<TextDisplay>### User</TextDisplay>
|
||||
<TextDisplay>
|
||||
{user.globalName || user.username}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue