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.

add test notification to docs

Luna 84c8a6b1 994124d1

+9 -6
+9 -6
public/docs/notifications.md
··· 23 23 <br /> 24 24 <br /> 25 25 26 - **Note:** Image previews might be broken on the dashboard 26 + **Note:** Image previews might be broken on the dashboard. 27 27 28 28 ### 🏓 Pings 29 29 The role that should get notified about new uploads. ··· 35 35 36 36 **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. 37 37 38 + ### 🥳 Test notification 39 + Test notifications let you see how your message will look like when a video is uploaded or a streamer goes live. For the purpose of testing, all pings are disabled, so no member will get notified. For streaming platforms, like Twitch, mock (fake) data is used to simulate a live stream. 40 + 38 41 ## Placeholders 39 42 Placeholders 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}`. 40 43 <br /> ··· 54 57 <tr> 55 58 <td><code>ping</code></td> 56 59 <td><@&1200776778801750167></td> 57 - <td>Notification ping</td> 60 + <td>Notify members</td> 58 61 </tr> 59 62 <tr> 60 63 <td><code>video.title</code></td> ··· 62 65 <td>Video/Stream title</td> 63 66 </tr> 64 67 <tr> 65 - <td><code>video.id</code>*</td> 68 + <td><code>video.id</code></td> 66 69 <td>74Lj5cHseI8</td> 67 - <td>Video id</td> 70 + <td>Video/Stream id</td> 68 71 </tr> 69 72 <tr> 70 73 <td><code>video.link</code></td> ··· 77 80 <td>Video/Stream image</td> 78 81 </tr> 79 82 <tr> 80 - <td><code>video.uploaded.ago</code>*</td> 83 + <td><code>video.uploaded.ago</code></td> 81 84 <td><t:1715878720:R></td> 82 85 <td>Time since upload</td> 83 86 </tr> 84 87 <tr> 85 - <td><code>video.uploaded.at</code>*</td> 88 + <td><code>video.uploaded.at</code></td> 86 89 <td><t:1715878720:f></td> 87 90 <td>Upload time & date</td> 88 91 </tr>