···7676 }
7777 },
7878 {
7979- "name": "📢 YouTube Notifications",
7979+ "name": "📢 Social Notifications",
8080 "file": "notifications.md",
8181 "image": "/docs-assets/open-graph/notifications-youtube.webp",
8282- "description": "Notify your community when a new YouTube video gets posted!",
8282+ "description": "Notify your community when your favourite content creators post videos or go live!",
8383 "permissions": {
8484 "bot": [
8585 "View Channel",
+26-22
public/docs/notifications.md
···11-- We only support **YouTube**, use [NotifyMe](https://notifyme.bot) or [DisPing](https://disping.xyz) for Twitch, Kick, Twitter, etc.
22-- Every server can have **up to 30 different channels for free**.
11+- We only support **YouTube and Twitch**, use [NotifyMe](https://notifyme.bot) or [DisPing](https://disping.xyz) for TikTok, Kick, Twitter, etc.
22+- Every server can have **up to 30 different channels and streamers for free**.
33- Notifications are sent **within five to ten seconds** after uploading.
44-- And **free custom message & embed** for every notification individually.
44+- And **free custom messages** for every notification individually.
55<br />
6677<iframe src="https://www.youtube.com/embed/xizs-hrwK4I" height="513" frameborder="0" allow="autoplay">
···11111. Add Wamellow to your server by going to [wamellow.com/add](https://wamellow.com/add).
12122. Head to the dashboard by going to [wamellow.com/dashboard](https://wamellow.com/dashboard?to=notifications).
13133. Select your server from the dashboard.
1414-4. Navigate to the **YouTube Notifications** tab.
1515-5. Click **Add a YouTube channel** and enter a channel url/handle/id.
1414+4. Navigate to the **Notifications** tab.
1515+5. Click **Create new Notification**, select a platform and enter a channel url or @handle.
16167. Click **Submit** and start customizing your message!
1717<br/>
18181919-
1919+
20202121### ✏️ Custom message & embed
2222You can create a notification message with a **fully customizable message and embed for free**, enabling you to style the messages the way you love.
···3333<br />
3434<br />
35353636-**Note:** If Wamellow does not have the `Mention Everyone` permissions inside the channel, it might not be able to actually notify those roles.
3636+**Note:** If Wamellow does not have the `Mention Everyone` permissions inside the channel, it might not be able to actually notify members with those roles.
37373838## Placeholders
3939Placeholders allow you to use variables that change from message to message, for example to display information about the uploaded video or creator. They are always enclosed in curly braces, such as `{creator.name}`.
4040+<br />
4141+<br />
4242+4343+**Note:** Placeholders marked with a <code>*</code> only work for YouTube. The examples assume you use YouTube, though they will work for any other platform.
40444145<table>
4246 <thead>
4347 <tr>
4444- <th width="181">Placeholder</th>
4848+ <th width="192">Placeholder</th>
4549 <th>Example</th>
4650 <th width="181">Description</th>
4751 </tr>
···5559 <tr>
5660 <td><code>video.title</code></td>
5761 <td>Your PC Can Look Like THIS Now!</td>
5858- <td>Video title</td>
6262+ <td>Video/Stream title</td>
5963 </tr>
6064 <tr>
6161- <td><code>video.id</code></td>
6565+ <td><code>video.id</code>*</td>
6266 <td>74Lj5cHseI8</td>
6367 <td>Video id</td>
6468 </tr>
6569 <tr>
6670 <td><code>video.link</code></td>
6767- <td>https://www.youtube.com/watch?v=74Lj5cHseI8</td>
6868- <td>Video page</td>
7171+ <td>https://youtube.com/watch?v=74Lj5cHseI8</td>
7272+ <td>Video/Stream page</td>
6973 </tr>
7074 <tr>
7175 <td><code>video.thumbnail</code></td>
7276 <td>https://i4.ytimg.com/vi/74Lj5cHseI8/hqdefault.jpg</td>
7373- <td>Video thumbnail url</td>
7777+ <td>Video/Stream image</td>
7478 </tr>
7579 <tr>
7676- <td><code>video.uploaded.ago</code></td>
8080+ <td><code>video.uploaded.ago</code>*</td>
7781 <td><t:1715878720:R></td>
7882 <td>Time since upload</td>
7983 </tr>
8084 <tr>
8181- <td><code>video.uploaded.at</code></td>
8585+ <td><code>video.uploaded.at</code>*</td>
8286 <td><t:1715878720:f></td>
8387 <td>Upload time & date</td>
8488 </tr>
···8892<table>
8993 <thead>
9094 <tr>
9191- <th width="181">Placeholder</th>
9595+ <th width="192">Placeholder</th>
9296 <th>Example</th>
9397 <th width="181">Description</th>
9498 </tr>
···106110 </tr>
107111 <tr>
108112 <td><code>creator.link</code></td>
109109- <td>https://www.youtube.com/@LinusTechTips</td>
113113+ <td>https://youtube.com/@LinusTechTips</td>
110114 <td>Creator page</td>
111115 </tr>
112116 <tr>
113117 <td><code>creator.avatar</code></td>
114114- <td>https://yt3.ggpht.com/...</td>
118118+ <td>https://.../...</td>
115119 <td>Creator avatar url</td>
116120 </tr>
117121 <tr>
118118- <td><code>creator.subs</code></td>
122122+ <td><code>creator.subs</code>*</td>
119123 <td>16M</td>
120124 <td>Subscriber count</td>
121125 </tr>
122126 <tr>
123123- <td><code>creator.videos</code></td>
127127+ <td><code>creator.videos</code>*</td>
124128 <td>6.9K</td>
125129 <td>Amount of videos</td>
126130 </tr>
127131 <tr>
128128- <td><code>creator.views</code></td>
132132+ <td><code>creator.views</code>*</td>
129133 <td>7.8B</td>
130134 <td>Total views</td>
131135 </tr>
···135139<table>
136140 <thead>
137141 <tr>
138138- <th width="181">Placeholder</th>
142142+ <th width="192">Placeholder</th>
139143 <th>Example</th>
140144 <th width="181">Description</th>
141145 </tr>