The weeb for the next gen discord boat - Wamellow wamellow.com
bot discord

update all the images

shi.gg cc322ec2 0bf5963e

verified
+12 -22
+5 -7
app/(home)/page.tsx
··· 363 363 364 364 <div className="bg-discord-gray w-full md:w-1/2 px-8 py-4 rounded-lg"> 365 365 <DiscordMessage {...messageProps()}> 366 - <DiscordMarkdown mode={"DARK"} text="Hey **@everyone**, Linus Tech Tips just posted a new video!\n[youtube.com/watch?v=74Lj5cHseI8](https://youtube.com/watch?v=74Lj5cHseI8)" /> 366 + <DiscordMarkdown mode={"DARK"} text="Hey **@everyone**, Linus Tech Tips just posted a new video!\n[youtube.com/watch?v=tN-arR2UoRk](https://youtube.com/watch?v=tN-arR2UoRk)" /> 367 367 <DiscordMessageEmbed 368 368 mode="DARK" 369 - title="Your PC Can Look Like THIS Now!" 370 - color={0xfa4d0a} 369 + title="My wife insisted I do this for her" 370 + color={0x8a57ff} 371 371 > 372 372 <Image 373 373 alt="" 374 - className="rounded-md shadow-md w-64 md:w-56 lg:w-[320px] md:w-unset max-w-md mt-2" 375 - height={500} 374 + className="rounded-md shadow-md w-full mt-2" 376 375 itemProp="image" 377 376 loading="lazy" 378 377 src={NotificationsPic} 379 - width={281} 380 378 /> 381 379 </DiscordMessageEmbed> 382 380 </DiscordMessage> ··· 438 436 <DiscordMarkdown mode={"DARK"} text="query: **femboy**" /> 439 437 <Image 440 438 alt="" 441 - className="rounded-md shadow-md w-64 md:w-56 lg:w-72 md:w-unset max-w-md mt-2" 439 + className="rounded-md shadow-md w-full max-w-[308px] mt-2" 442 440 height={290} 443 441 itemProp="image" 444 442 loading="lazy"
+2 -10
components/markdown/index.tsx
··· 113 113 del: (props) => <span className="line-through" {...props} />, 114 114 ins: (props) => <span className="underline" {...props} />, 115 115 116 - // @ts-expect-error inline does exist 117 - code: ({ inline, ref, color, ...props }) => { 118 - if (inline) return <Code color="secondary" {...props} />; 119 - 120 - return ( 121 - <div 122 - className="bg-wamellow border border-wamellow-light text-neutral-200 rounded-md p-3 my-2 break-all" 123 - {...props} 124 - /> 125 - ); 116 + code: ({ ref, color, ...props }) => { 117 + return <Code color="secondary" {...props} />; 126 118 }, 127 119 img: ({ alt = "image", ...props }) => { 128 120 const isFullWidth = props.src?.includes("fullwidth=true");
public/docs-assets/leaderboard-example.webp

This is a binary file and will not be displayed.

public/docs-assets/notifications-example.webp

This is a binary file and will not be displayed.

public/docs-assets/open-graph/greetings.webp

This is a binary file and will not be displayed.

public/docs-assets/open-graph/leaderboard.webp

This is a binary file and will not be displayed.

public/docs-assets/open-graph/notifications-youtube.webp

This is a binary file and will not be displayed.

public/docs-assets/open-graph/starboard.webp

This is a binary file and will not be displayed.

public/docs-assets/open-graph/text-to-speech.webp

This is a binary file and will not be displayed.

+5 -5
public/docs/meta.json
··· 8 8 { 9 9 "name": "👋 Greetings", 10 10 "file": "greetings.md", 11 - "image": "https://cdn.waya.one/r/greeting.png", 11 + "image": "/docs-assets/open-graph/greetings.webp", 12 12 "description": "Create a warm and inviting atmosphere for new members in your community!", 13 13 "permissions": { 14 14 "bot": [ ··· 44 44 { 45 45 "name": "😔 Farewell", 46 46 "file": "farewell.md", 47 - "image": "https://cdn.waya.one/r/greeting.png", 47 + "image": "/docs-assets/open-graph/greetings.webp", 48 48 "description": "Send farewell messages to members leaving your community!", 49 49 "permissions": { 50 50 "bot": [ ··· 61 61 { 62 62 "name": "⭐ Starboard", 63 63 "file": "starboard.md", 64 - "image": "https://cdn.waya.one/r/starboard.png", 64 + "image": "/docs-assets/open-graph/starboard.webp", 65 65 "description": "An engaging and customizable platform for highlighting memorable messages.", 66 66 "permissions": { 67 67 "bot": [ ··· 78 78 { 79 79 "name": "📢 YouTube Notifications", 80 80 "file": "notifications.md", 81 - "image": "https://cdn.waya.one/r/notifications-youtube.png", 81 + "image": "/docs-assets/open-graph/notifications-youtube.webp", 82 82 "description": "Notify your community when a new YouTube video gets posted!", 83 83 "permissions": { 84 84 "bot": [ ··· 95 95 { 96 96 "name": "🔊 Text to Speech", 97 97 "file": "text-to-speech.md", 98 - "image": "", 98 + "image": "/docs-assets/open-graph/text-to-speech.webp", 99 99 "description": "Convert conversational text to human-like speech in voice channels.", 100 100 "permissions": { 101 101 "bot": [
public/leaderboard.webp

This is a binary file and will not be displayed.

public/notifications-thumbnail.webp

This is a binary file and will not be displayed.

public/notifications.webp

This is a binary file and will not be displayed.

public/welcome.webp

This is a binary file and will not be displayed.