Set up notifications with free custom messages and embeds for up to 30 channels and get notified in less than a minute.
@@ -334,23 +329,26 @@ export default async function Home() {
@@ -380,44 +378,45 @@ export default async function Home() {
- }
+ radius="rounded"
>
- 100% no money loss
-
+
+ No premium required
+
+
Free /image command
+
Summon the enchantment of AI-generated images to your Discord server with our versatile /image command, featuring over 40 distinct custom models.
Customize the rating, quality, aesthetics, image width and height, upscaled, generation steps and the CFG scale all for free.
Unleash the magic of anime right within your Discord server with Wamellow{"'"}s 25+ categories.
Dive into a world of adorable nekos, charming waifus, and much more, all at your fingertips.
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.
- Enhance your server{"’"}s engagement with our text-, voice- and invite based leaderboards, tailored to track and reward your most active members.
+ Enhance your server{"’"}s engagement with text-, voice- and invite based leaderboards, tailored to track and reward your most active members.
By motivating your members to communicate, you{"’"}ll cultivate a more active server community.
@@ -545,30 +546,32 @@ export default async function Home() {
- }
+ radius="rounded"
>
- My lawyer said that title below
-
+
+ My lawyer said that title below
+
+
POGBOARD DEEZ NUTS
+
With Starboards, you have the power to highlight remarkable messages in your server.
When you come across a message that is either funny or hilarious, simply react with a star, and if enough people star the message, it will be posted to the set starboard channel.
- Give a warm welcome to new members, introducing them to rules, topics, and ongoing events.
- Whether gaming, joining a guild, or casual chat, every member should sense a strong community bond.
+ Give a warm welcome to new members, introducing them to rules, and topics with a fully customized message.
@@ -651,38 +655,41 @@ export default async function Home() {
- }
+ radius="rounded"
>
- Of course it{"'"}s free
-
+
+ Free and Secure
+
+
Captcha verification
+
Protect your server from unwanted attacks, such as bot-raids, with our captcha verification system.
Ensure that only human members can access your channels, safeguarding your server from raider attacks and ensuring a safe and secure environment for all your members.
Easily handle frequently asked questions, common queries, and repetitive tasks in a snap.
Empower your server with quick access to custom commands.
@@ -722,14 +730,15 @@ export default async function Home() {
@@ -203,7 +159,7 @@ export default function Side({
/>
-
{guild.name}
+
{guild.name}
View leaderboard
@@ -213,8 +169,7 @@ export default function Side({
The image has been generated by artificial intelligence (AI) and not by a human creator. Wamellow and its developers disclaim any responsibility for the content of the images and reserve all rights to the media.
-
-
+
);
}
\ No newline at end of file
diff --git a/app/ai-gallery/generate/layout.tsx b/app/ai-gallery/generate/layout.tsx
deleted file mode 100644
index 87b62444..00000000
--- a/app/ai-gallery/generate/layout.tsx
+++ /dev/null
@@ -1,69 +0,0 @@
-import { Button } from "@nextui-org/react";
-import type { Metadata } from "next";
-import Link from "next/link";
-import { HiArrowLeft } from "react-icons/hi";
-
-import { Footer } from "@/components/footer";
-import { getBaseUrl, getCanonicalUrl } from "@/utils/urls";
-
-export interface Props {
- params: Promise<{ uploadId: string; }>;
- children: React.ReactNode;
-}
-
-export const revalidate = 3600;
-
-export const generateMetadata = async ({ params }: Props): Promise => {
- const { uploadId } = await params;
-
- const title = "Generate images with your Intel® Arc™ A-Series GPU";
- const description = "Generate AI images using your Intel® Arc™ A-Series GPU with Luna-devv/intel-arc-ai installed and running locally on your machine or network.";
- const images = `${getBaseUrl()}/waya-v3.webp?v=2`;
- const url = getCanonicalUrl("ai-gallery", uploadId);
-
- return {
- title,
- description,
- alternates: {
- canonical: url
- },
- openGraph: {
- title,
- description,
- type: "website",
- url,
- images
- },
- twitter: {
- card: "summary",
- site: "wamellow.com",
- title,
- description,
- images
- }
- };
-};
-
-export default function RootLayout({
- children
-}: Props) {
-
- return (
-
- Generate AI images using your own Intel® Arc™ A-Series GPU (16gb vram minimum).
- Make sure you have Luna-devv/intel-arc-ai installed and running locally on your machine or local network.
-