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

Configure Feed

Select the types of activity you want to include in your feed.

re-oder homepage

Luna bf820b5c 5bd9610e

+173 -173
+173 -173
app/(home)/page.tsx
··· 209 209 > 210 210 211 211 <div> 212 - <h2 className={styles.h2}>Fun leveling and leaderboards 🦄</h2> 213 - <div className="my-8 max-w-md font-medium"> 214 - Have you ever dreamed of not using <span className="line-through">MEE6&trade;</span>? Just use <span className="font-bold">Wamellow</span> instead and don{"'"}t pay premium to personalise your cards and webpages! 👀 215 - </div> 216 - 217 - <Box className="flex flex-col md:flex-row gap-10 items-center"> 218 - <div className="md:w-1/2"> 219 - <Chip 220 - className="mb-2" 221 - color="secondary" 222 - variant="flat" 223 - size="sm" 224 - startContent={<HiCash className="mx-1" />} 225 - > 226 - <span className="font-semibold">100% free forever</span> 227 - </Chip> 228 - <h3 className={styles.h3}>/leaderboard & /rank</h3> 229 - <div className="pt-6"> 230 - Enhance your server{"’"}s engagement with our text-, voice- and invite based leaderboards, tailored to track and reward your most active members. 231 - By motivating your members to communicate, you{"’"}ll cultivate a more active server community. 232 - </div> 233 - <div className="flex gap-2 mt-6"> 234 - <Invite /> 235 - <ServerButton 236 - as={Link} 237 - className="bg-wamellow" 238 - startContent={<HiArrowRight />} 239 - href="/leaderboard/828676951023550495?utm_source=wamellow.com&utm_medium=home" 240 - > 241 - View Leaderboard 242 - </ServerButton> 243 - </div> 244 - </div> 245 - 246 - <div 247 - className="w-full md:w-1/2 px-8 py-4 rounded-lg" 248 - style={{ backgroundColor: "rgb(43, 45, 49)" }} 249 - > 250 - <DiscordMessage {...messageProps("leaderboard")}> 251 - <Image src={LeaderboardPic} itemProp="image" alt="" height={1024 / 2} width={2048 / 2} loading="lazy" /> 252 - </DiscordMessage> 253 - </div> 254 - </Box> 255 - </div> 256 - 257 - <div> 258 212 <h2 className={styles.h2}>Next-Level text to speech, tts 🔊</h2> 259 213 <div className="my-8 max-w-md font-medium"> 260 214 It{"'"}s crucial for people with speech impairments. ··· 347 301 </div> 348 302 349 303 <div> 350 - <h2 className={styles.h2}>Fun with Starboards ⭐</h2> 304 + <h2 className={styles.h2}>Create unique images with Ai 🏳️‍⚧️</h2> 351 305 <div className="my-8 max-w-md font-medium"> 352 - Join us in celebrating the best of your community by using Starboards to highlight and share messages that shine! 306 + Unlock complimentary access to a variety of image generation models directly within your Discord server. Without paying a shit ton to MEE6. 353 307 </div> 354 308 355 309 <Box className="flex flex-col md:flex-row gap-10 items-center"> ··· 361 315 size="sm" 362 316 startContent={<HiCash className="mx-1" />} 363 317 > 364 - <span className="font-semibold">My lawyer said that title below</span> 318 + <span className="font-semibold">100% no money loss</span> 365 319 </Chip> 366 - <h3 className={styles.h3}>POGBOARD DEEZ NUTS</h3> 320 + <h3 className={styles.h3}>/image command</h3> 367 321 <div className="pt-6"> 368 - With Starboards, you have the power to elevate remarkable messages within our server. 369 - When you come across a post that deserves recognition, simply vote it up, and watch as it takes center stage for everyone to see. 370 - This feature ensures that exceptional content gets the attention it deserves, fostering a lively and engaging atmosphere. 322 + Summon the enchantment of AI-generated images to your Discord server with our versatile /image command, featuring over 40 distinct custom models. 323 + Elevate your server to a haven for unique and dynamic AI-generated images, ensuring a delightful experience for all enthusiasts of the digital arts. 324 + </div> 325 + <div className="p-4 pb-3 border dark:border-wamellow-alpha border-wamellow-100 rounded-lg my-8"> 326 + <Chip 327 + className="mb-2" 328 + color="secondary" 329 + variant="flat" 330 + size="sm" 331 + startContent={<HiFire className="mx-1" />} 332 + > 333 + <span className="font-semibold">NSFW Supported</span> 334 + </Chip> 335 + <div className="text-base"> 336 + Generate spicy images and more in nsfw marked channels. 337 + </div> 371 338 </div> 372 339 <div className="flex gap-2 mt-6"> 373 340 <Invite /> ··· 375 342 as={Link} 376 343 className="bg-wamellow" 377 344 startContent={<HiArrowRight />} 378 - href="/dashboard?to=starboard&utm_source=wamellow.com&utm_medium=home" 345 + href="/ai?utm_source=wamellow.com&utm_medium=home" 379 346 > 380 - Setup 347 + View examples 381 348 </ServerButton> 382 349 </div> 383 350 </div> ··· 386 353 className="w-full md:w-1/2 px-8 py-4 rounded-lg" 387 354 style={{ backgroundColor: "rgb(43, 45, 49)" }} 388 355 > 389 - <DiscordMessage {...messageProps()}> 390 - <DiscordMessageEmbed 391 - mode={"DARK"} 392 - color={0xbd7fd6} 393 - author={{ 394 - text: "@mwlica", 395 - icon_url: "/luna-small.webp" 396 - }} 397 - > 398 - I DONT EVEN HAVE A CAR 356 + <DiscordMessage {...messageProps("image")}> 357 + <Highlight mode={"DARK"} text="Please help us on [top.gg](https://top.gg/bot/1125449347451068437/vote), only takes a few seconds" /> 358 + <Image 359 + alt="" 360 + className="rounded-md shadow-md w-64 md:w-56 lg:w-72 md:w-unset max-w-md mt-2" 361 + height={512} 362 + itemProp="image" 363 + loading="lazy" 364 + src={AiPic} 365 + width={512} 366 + /> 367 + </DiscordMessage> 368 + </div> 369 + </Box> 370 + </div> 399 371 400 - <div className="flex gap-1 mt-4 mb-1"> 401 - <span className="font-bold flex gap-1 items-center">⭐ 3</span> 402 - 403 - <span className="text-blue-500 hover:underline cursor-pointer">#lounge</span> 404 - </div> 372 + <div> 373 + <h2 className={styles.h2}>Watchin{"'"} Anime ❤️</h2> 374 + <div className="my-8 max-w-md font-medium"> 375 + They{"'"}re like windows to stories that provide the perfect distraction, letting you take a breather before diving back into the real world. 376 + </div> 405 377 406 - <Highlight mode={"DARK"} text="**Replied to @drijon**" /> 407 - <Highlight mode={"DARK"} text="As if someone creates a discord account being like: OH I NEED TO KNOW THE GAS PRICES. THERE IS A NICE WAY FOR IT. MEE6 PREMIUM!" /> 408 - </DiscordMessageEmbed> 378 + <Box className="flex flex-col md:flex-row-reverse gap-10 items-center"> 379 + <div className="md:w-1/2"> 380 + <Chip 381 + className="mb-2" 382 + color="secondary" 383 + variant="flat" 384 + size="sm" 385 + startContent={<HiCash className="mx-1" />} 386 + > 387 + <span className="font-semibold">100% sexy forever</span> 388 + </Chip> 389 + <h3 className={styles.h3}>/anime command</h3> 390 + <div className="pt-6"> 391 + Unleash the magic of anime right within your Discord server with Wamellow{"'"}s 25+ categories. 392 + Dive into a world of adorable nekos, charming waifus, and much more, all at your fingertips. 393 + Whether it{"'"}s sharing the cutest characters or discovering stunning artwork, bring the joy of anime directly to your community, making your server a hub for all things anime-related. 394 + </div> 395 + <div className="p-4 pb-3 border dark:border-wamellow-alpha border-wamellow-100 rounded-lg my-8"> 396 + <Chip 397 + className="mb-2" 398 + color="secondary" 399 + variant="flat" 400 + size="sm" 401 + startContent={<HiFire className="mx-1" />} 402 + > 403 + <span className="font-semibold">NSFW Supported</span> 404 + </Chip> 405 + <div className="text-base"> 406 + Find spicy nekos, waifus, and more in nsfw marked channels. 407 + </div> 408 + </div> 409 + <div className="flex gap-2 mt-6"> 410 + <Invite /> 411 + </div> 412 + </div> 413 + 414 + <div 415 + className="w-full md:w-1/2 px-8 py-4 rounded-lg" 416 + style={{ backgroundColor: "rgb(43, 45, 49)" }} 417 + > 418 + <DiscordMessage {...messageProps("anime")}> 419 + <Highlight mode={"DARK"} text="Please help us on [top.gg](https://top.gg/bot/1125449347451068437/vote), only takes a few seconds" /> 420 + <Image 421 + alt="" 422 + className="rounded-md shadow-md w-64 md:w-56 lg:w-72 md:w-unset max-w-xs mt-2" 423 + height={512} 424 + itemProp="image" 425 + loading="lazy" 426 + src={WaifuPic} 427 + width={512} 428 + /> 409 429 </DiscordMessage> 410 430 </div> 411 431 </Box> 412 432 </div> 413 433 414 434 <div> 415 - <h2 className={styles.h2}>Heyho and bye @user 👋</h2> 435 + <h2 className={styles.h2}>Fun leveling and leaderboards 🦄</h2> 416 436 <div className="my-8 max-w-md font-medium"> 417 - Make newcomers feel valued, enabling them to actively contribute to your vibrant channels. 437 + Have you ever dreamed of not using <span className="line-through">MEE6&trade;</span>? Just use <span className="font-bold">Wamellow</span> instead and don{"'"}t pay premium to personalise your cards and webpages! 👀 418 438 </div> 419 439 420 - <Box className="flex flex-col md:flex-row-reverse gap-10 items-center"> 440 + <Box className="flex flex-col md:flex-row gap-10 items-center"> 421 441 <div className="md:w-1/2"> 422 442 <Chip 423 443 className="mb-2" ··· 426 446 size="sm" 427 447 startContent={<HiCash className="mx-1" />} 428 448 > 429 - <span className="font-semibold">w/ free image background</span> 449 + <span className="font-semibold">100% free forever</span> 430 450 </Chip> 431 - <h3 className={styles.h3}>Greetings</h3> 451 + <h3 className={styles.h3}>/leaderboard & /rank</h3> 432 452 <div className="pt-6"> 433 - Give a warm welcome to new members, introducing them to rules, topics, and ongoing events. 434 - Ensure a positive, inclusive experience from the start, fostering community and engagement. 435 - Whether gaming, joining a guild, or casual chat, every member should sense a strong community bond. 453 + Enhance your server{"’"}s engagement with our text-, voice- and invite based leaderboards, tailored to track and reward your most active members. 454 + By motivating your members to communicate, you{"’"}ll cultivate a more active server community. 436 455 </div> 437 456 <div className="flex gap-2 mt-6"> 438 457 <Invite /> ··· 440 459 as={Link} 441 460 className="bg-wamellow" 442 461 startContent={<HiArrowRight />} 443 - href="/dashboard?to=greeting&utm_source=wamellow.com&utm_medium=home" 462 + href="/leaderboard/828676951023550495?utm_source=wamellow.com&utm_medium=home" 444 463 > 445 - Setup 464 + View Leaderboard 446 465 </ServerButton> 447 466 </div> 448 467 </div> ··· 451 470 className="w-full md:w-1/2 px-8 py-4 rounded-lg" 452 471 style={{ backgroundColor: "rgb(43, 45, 49)" }} 453 472 > 454 - <DiscordMessage {...messageProps()}> 455 - <Highlight mode={"DARK"} text="Welcome @mwlica to **Someone's** 👋" /> 456 - <Image src={WelcomePic} itemProp="image" alt="example welcome card" width={1024 / 2} height={(256 + 16) / 2} loading="lazy" /> 473 + <DiscordMessage {...messageProps("leaderboard")}> 474 + <Image src={LeaderboardPic} itemProp="image" alt="" height={1024 / 2} width={2048 / 2} loading="lazy" /> 457 475 </DiscordMessage> 458 476 </div> 459 477 </Box> 460 478 </div> 461 479 462 480 <div> 463 - <h2 className={styles.h2}>Verify members w/ Passport</h2> 481 + <h2 className={styles.h2}>Fun with Starboards ⭐</h2> 464 482 <div className="my-8 max-w-md font-medium"> 465 - Secure your server from raider attacks and ensure that only verified members can access your channels. 483 + Join us in celebrating the best of your community by using Starboards to highlight and share messages that shine! 466 484 </div> 467 485 468 486 <Box className="flex flex-col md:flex-row gap-10 items-center"> ··· 474 492 size="sm" 475 493 startContent={<HiCash className="mx-1" />} 476 494 > 477 - <span className="font-semibold">Of course it{"'"}s free</span> 495 + <span className="font-semibold">My lawyer said that title below</span> 478 496 </Chip> 479 - <h3 className={styles.h3}>Captcha verification</h3> 497 + <h3 className={styles.h3}>POGBOARD DEEZ NUTS</h3> 480 498 <div className="pt-6"> 481 - Protect your server from unwanted attacks such as bot-raids with our captcha verification system. 482 - Ensure that only verified members can access your channels, safeguarding your server from raider attacks and ensuring a safe and secure environment for all your members. 499 + With Starboards, you have the power to elevate remarkable messages within our server. 500 + When you come across a post that deserves recognition, simply vote it up, and watch as it takes center stage for everyone to see. 501 + This feature ensures that exceptional content gets the attention it deserves, fostering a lively and engaging atmosphere. 483 502 </div> 484 503 <div className="flex gap-2 mt-6"> 485 504 <Invite /> 486 505 <ServerButton 487 506 as={Link} 488 507 className="bg-wamellow" 489 - startContent={<HiLockOpen />} 490 - href="/passport/1125063180801036329?utm_source=wamellow.com&utm_medium=home" 491 - > 492 - Try it out 493 - </ServerButton> 494 - <ServerButton 495 - as={Link} 496 - className="bg-wamellow" 497 508 startContent={<HiArrowRight />} 498 - href="/dashboard?to=greeting&utm_source=wamellow.com&utm_medium=home" 509 + href="/dashboard?to=starboard&utm_source=wamellow.com&utm_medium=home" 499 510 > 500 511 Setup 501 512 </ServerButton> 502 513 </div> 503 514 </div> 504 515 505 - <div className="w-full md:w-1/2 flex justify-center"> 506 - <Image src={CaptchaPic} itemProp="image" alt="" height={1024 / 2} width={2048 / 2} loading="lazy" className="max-w-56" /> 516 + <div 517 + className="w-full md:w-1/2 px-8 py-4 rounded-lg" 518 + style={{ backgroundColor: "rgb(43, 45, 49)" }} 519 + > 520 + <DiscordMessage {...messageProps()}> 521 + <DiscordMessageEmbed 522 + mode={"DARK"} 523 + color={0xbd7fd6} 524 + author={{ 525 + text: "@mwlica", 526 + icon_url: "/luna-small.webp" 527 + }} 528 + > 529 + I DONT EVEN HAVE A CAR 530 + 531 + <div className="flex gap-1 mt-4 mb-1"> 532 + <span className="font-bold flex gap-1 items-center">⭐ 3</span> 533 + 534 + <span className="text-blue-500 hover:underline cursor-pointer">#lounge</span> 535 + </div> 536 + 537 + <Highlight mode={"DARK"} text="**Replied to @drijon**" /> 538 + <Highlight mode={"DARK"} text="As if someone creates a discord account being like: OH I NEED TO KNOW THE GAS PRICES. THERE IS A NICE WAY FOR IT. MEE6 PREMIUM!" /> 539 + </DiscordMessageEmbed> 540 + </DiscordMessage> 507 541 </div> 508 542 </Box> 509 543 </div> 510 544 511 545 <div> 512 - <h2 className={styles.h2}>Watchin{"'"} Anime ❤️</h2> 546 + <h2 className={styles.h2}>Heyho and bye @user 👋</h2> 513 547 <div className="my-8 max-w-md font-medium"> 514 - They{"'"}re like windows to stories that provide the perfect distraction, letting you take a breather before diving back into the real world. 548 + Make newcomers feel valued, enabling them to actively contribute to your vibrant channels. 515 549 </div> 516 550 517 551 <Box className="flex flex-col md:flex-row-reverse gap-10 items-center"> ··· 523 557 size="sm" 524 558 startContent={<HiCash className="mx-1" />} 525 559 > 526 - <span className="font-semibold">100% sexy forever</span> 560 + <span className="font-semibold">w/ free image background</span> 527 561 </Chip> 528 - <h3 className={styles.h3}>/anime command</h3> 562 + <h3 className={styles.h3}>Greetings</h3> 529 563 <div className="pt-6"> 530 - Unleash the magic of anime right within your Discord server with Wamellow{"'"}s 25+ categories. 531 - Dive into a world of adorable nekos, charming waifus, and much more, all at your fingertips. 532 - Whether it{"'"}s sharing the cutest characters or discovering stunning artwork, bring the joy of anime directly to your community, making your server a hub for all things anime-related. 533 - </div> 534 - <div className="p-4 pb-3 border dark:border-wamellow-alpha border-wamellow-100 rounded-lg my-8"> 535 - <Chip 536 - className="mb-2" 537 - color="secondary" 538 - variant="flat" 539 - size="sm" 540 - startContent={<HiFire className="mx-1" />} 541 - > 542 - <span className="font-semibold">NSFW Supported</span> 543 - </Chip> 544 - <div className="text-base"> 545 - Find spicy nekos, waifus, and more in nsfw marked channels. 546 - </div> 564 + Give a warm welcome to new members, introducing them to rules, topics, and ongoing events. 565 + Ensure a positive, inclusive experience from the start, fostering community and engagement. 566 + Whether gaming, joining a guild, or casual chat, every member should sense a strong community bond. 547 567 </div> 548 568 <div className="flex gap-2 mt-6"> 549 569 <Invite /> 570 + <ServerButton 571 + as={Link} 572 + className="bg-wamellow" 573 + startContent={<HiArrowRight />} 574 + href="/dashboard?to=greeting&utm_source=wamellow.com&utm_medium=home" 575 + > 576 + Setup 577 + </ServerButton> 550 578 </div> 551 579 </div> 552 580 ··· 554 582 className="w-full md:w-1/2 px-8 py-4 rounded-lg" 555 583 style={{ backgroundColor: "rgb(43, 45, 49)" }} 556 584 > 557 - <DiscordMessage {...messageProps("anime")}> 558 - <Highlight mode={"DARK"} text="Please help us on [top.gg](https://top.gg/bot/1125449347451068437/vote), only takes a few seconds" /> 559 - <Image 560 - alt="" 561 - className="rounded-md shadow-md w-64 md:w-56 lg:w-72 md:w-unset max-w-xs mt-2" 562 - height={512} 563 - itemProp="image" 564 - loading="lazy" 565 - src={WaifuPic} 566 - width={512} 567 - /> 585 + <DiscordMessage {...messageProps()}> 586 + <Highlight mode={"DARK"} text="Welcome @mwlica to **Someone's** 👋" /> 587 + <Image src={WelcomePic} itemProp="image" alt="example welcome card" width={1024 / 2} height={(256 + 16) / 2} loading="lazy" /> 568 588 </DiscordMessage> 569 589 </div> 570 590 </Box> 571 591 </div> 572 592 573 593 <div> 574 - <h2 className={styles.h2}>Create unique images with Ai 🏳️‍⚧️</h2> 594 + <h2 className={styles.h2}>Verify members w/ Passport</h2> 575 595 <div className="my-8 max-w-md font-medium"> 576 - Unlock complimentary access to a variety of image generation models directly within your Discord server. Without paying a shit ton to MEE6. 596 + Secure your server from raider attacks and ensure that only verified members can access your channels. 577 597 </div> 578 598 579 599 <Box className="flex flex-col md:flex-row gap-10 items-center"> ··· 585 605 size="sm" 586 606 startContent={<HiCash className="mx-1" />} 587 607 > 588 - <span className="font-semibold">100% no money loss</span> 608 + <span className="font-semibold">Of course it{"'"}s free</span> 589 609 </Chip> 590 - <h3 className={styles.h3}>/image command</h3> 610 + <h3 className={styles.h3}>Captcha verification</h3> 591 611 <div className="pt-6"> 592 - Summon the enchantment of AI-generated images to your Discord server with our versatile /image command, featuring over 40 distinct custom models. 593 - Elevate your server to a haven for unique and dynamic AI-generated images, ensuring a delightful experience for all enthusiasts of the digital arts. 594 - </div> 595 - <div className="p-4 pb-3 border dark:border-wamellow-alpha border-wamellow-100 rounded-lg my-8"> 596 - <Chip 597 - className="mb-2" 598 - color="secondary" 599 - variant="flat" 600 - size="sm" 601 - startContent={<HiFire className="mx-1" />} 602 - > 603 - <span className="font-semibold">NSFW Supported</span> 604 - </Chip> 605 - <div className="text-base"> 606 - Generate spicy images and more in nsfw marked channels. 607 - </div> 612 + Protect your server from unwanted attacks such as bot-raids with our captcha verification system. 613 + Ensure that only verified members can access your channels, safeguarding your server from raider attacks and ensuring a safe and secure environment for all your members. 608 614 </div> 609 615 <div className="flex gap-2 mt-6"> 610 616 <Invite /> 611 617 <ServerButton 612 618 as={Link} 613 619 className="bg-wamellow" 620 + startContent={<HiLockOpen />} 621 + href="/passport/1125063180801036329?utm_source=wamellow.com&utm_medium=home" 622 + > 623 + Try it out 624 + </ServerButton> 625 + <ServerButton 626 + as={Link} 627 + className="bg-wamellow" 614 628 startContent={<HiArrowRight />} 615 - href="/ai?utm_source=wamellow.com&utm_medium=home" 629 + href="/dashboard?to=greeting&utm_source=wamellow.com&utm_medium=home" 616 630 > 617 - View all models 631 + Setup 618 632 </ServerButton> 619 633 </div> 620 634 </div> 621 635 622 - <div 623 - className="w-full md:w-1/2 px-8 py-4 rounded-lg" 624 - style={{ backgroundColor: "rgb(43, 45, 49)" }} 625 - > 626 - <DiscordMessage {...messageProps("image")}> 627 - <Highlight mode={"DARK"} text="Please help us on [top.gg](https://top.gg/bot/1125449347451068437/vote), only takes a few seconds" /> 628 - <Image 629 - alt="" 630 - className="rounded-md shadow-md w-64 md:w-56 lg:w-72 md:w-unset max-w-md mt-2" 631 - height={512} 632 - itemProp="image" 633 - loading="lazy" 634 - src={AiPic} 635 - width={512} 636 - /> 637 - </DiscordMessage> 636 + <div className="w-full md:w-1/2 flex justify-center"> 637 + <Image src={CaptchaPic} itemProp="image" alt="" height={1024 / 2} width={2048 / 2} loading="lazy" className="max-w-56" /> 638 638 </div> 639 639 </Box> 640 640 </div>