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.

`lunish.nl` -> `shi.gg`

Luna d791f16d 674cb96e

+9 -9
+2 -2
README.md
··· 1 - [![](https://img.shields.io/discord/828676951023550495?color=5865F2&logo=discord&logoColor=white)](https://lunish.nl/support) 1 + [![](https://img.shields.io/discord/828676951023550495?color=5865F2&logo=discord&logoColor=white)](https://wamellow.com/support) 2 2 ![](https://img.shields.io/github/repo-size/Luna-devv/mellow-web?maxAge=3600) 3 3 4 4 [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/I3I6AFVAP) ··· 66 66 pnpm build 67 67 pnpm start 68 68 ``` 69 - or 69 + or 70 70 ```bash 71 71 docker build -t mw-web . 72 72 docker compose up -d
+1 -1
app/(home)/bot/pronouns/list.component.tsx
··· 44 44 color="red" 45 45 /> 46 46 <span className="text-neutral-500 flex flex-wrap items-center gap-1"> 47 - All bots are owned by <Link className="hover:underline" href="https://lunish.nl">lunish.nl</Link> 47 + All bots are owned by <Link className="hover:underline" href="http://shi.gg">shi.gg</Link> 48 48 <HiAcademicCap /> 49 49 </span> 50 50 </div>
+1 -1
app/dashboard/[guildId]/notifications/create-bluesky.component.tsx
··· 100 100 <span className="text-lg dark:text-neutral-300 text-neutral-700 font-medium">How to get a user&apos;s handle</span> 101 101 <br /> 102 102 103 - Your handle is likely something like <code className="break-all">mwlica.bsky.social</code>, some others may have a handle like <code>lunish.nl</code>. 103 + Your handle is likely something like <code className="break-all">tolgchu.bsky.social</code>, some others may have a handle like <code>shi.gg</code>. 104 104 <br /> 105 105 <br /> 106 106
+2 -2
app/layout.tsx
··· 91 91 google: "notranslate" 92 92 }, 93 93 94 - creator: "Luna (lunish.nl)", 95 - publisher: "Luna (lunish.nl)", 94 + creator: "Luna (shi.gg)", 95 + publisher: "Luna (shi.gg)", 96 96 97 97 robots: "index, follow" 98 98 };
+1 -1
components/footer.tsx
··· 92 92 <Link href="https://youtube.com/@wamellow" className="text-white/75 hover:text-white duration-200 size-6" aria-label="Wamellow on YouTube"> 93 93 <BiLogoYoutube /> 94 94 </Link> 95 - <Link href="https://bsky.app/profile/lunish.nl" className="text-white/75 hover:text-white duration-200 size-6" aria-label="Wamellow on Twitter (X.com)"> 95 + <Link href="https://bsky.app/profile/shi.gg" className="text-white/75 hover:text-white duration-200 size-6" aria-label="Wamellow on Twitter (X.com)"> 96 96 <FaBluesky className="p-0.5" /> 97 97 </Link> 98 98 <Link href="https://github.com/Luna-devv" className="text-white/75 hover:text-white duration-200 size-6" aria-label="Wamellow's developers on GitHub">
+2 -2
public/docs/notifications.md
··· 240 240 </tr> 241 241 <tr> 242 242 <td><code>post.link</code></td> 243 - <td>https://bsky.app/profile/lunish.nl/post/3lck23sfi522v</td> 243 + <td>https://bsky.app/profile/shi.gg/post/3lck23sfi522v</td> 244 244 <td>Post page</td> 245 245 </tr> 246 246 <tr> ··· 255 255 </tr> 256 256 <tr> 257 257 <td><code>creator.handle</code></td> 258 - <td>lunish.nl</td> 258 + <td>shi.gg</td> 259 259 <td>Creator handle</td> 260 260 </tr> 261 261 <tr>