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 starboard & edit meta

drijonh 0a9cf2cb f2a68e33

+75
+16
public/docs/meta.json
··· 54 54 "Manage Server" 55 55 ] 56 56 } 57 + }, 58 + { 59 + "name": "⭐ Starboard", 60 + "file": "starboard.md", 61 + "description": "A Fun and Customizable Hub for Memorable Messages.", 62 + "permissions": { 63 + "bot": [ 64 + "View Channel", 65 + "Send Messages", 66 + "Embed Links", 67 + "Attach Files" 68 + ], 69 + "user": [ 70 + "Manage Server" 71 + ] 72 + } 57 73 } 58 74 ] 59 75 }
+59
public/docs/starboard.md
··· 1 + # Starboard 2 + Starboard provides a unique way to highlight noteworthy messages by allowing users to react with a designated emoji, ultimately showcasing them in a specific channel. 3 + 4 + ## Setup 5 + 1. Install Wamellow on your server by going to [wamellow.com/add](https://wamellow.com/add). 6 + 2. Head to the dashboard by going to [wamellow.com/dashboard](https://wamellow.com/dashboard) 7 + 3. Select your server from the dashboard. 8 + 4. Navigate to the **Starboard** menu. 9 + 5. 🎉 Done! _Try it out by reacting to any message with X emote._ 10 + 6. Enable the Starboard module by clicking the enabling button. 11 + 12 + ### 🗨️ Edit Channel 13 + 14 + Modify the destination channel for starred messages. 15 + 16 + ### ⭐ Change Emoji 17 + 18 + Select a new emote required for reacting. This can be any default Discord emote or a custom emote **from the same server**. 19 + 20 + ### 🔢 Change Count 21 + 22 + Adjust the number of reactions needed with the chosen emote to showcase a message on the starboard channel. 23 + 24 + ### 🧑‍🦰 Disable/Enable Self Reaction 25 + 26 + Determine whether message authors can star their own messages. When disallowed, the author's reaction will be removed. 27 + 28 + ### 🔞 Disable/Enable NSFW 29 + 30 + Specify whether wamellow should include messages from NSFW-marked channels in the starboard. 31 + 32 + ### 🤖 Enable/Disable Bots & Webhooks 33 + 34 + Determine whether messages from bots or webhooks can be displayed on the starboard. 35 + 36 + ### 📝 Show/Hide replied to 37 + 38 + Choose whether the replied message should be visible within the starboard or not. 39 + 40 + ### 🖊️ Allow/Disallow Edits 41 + 42 + If allowed, messages that are edited will also be updated in the starboard. 43 + 44 + ### ❌ Edit Blacklisted Roles 45 + 46 + Specify roles that are restricted from starring other people's messages and prevent their own messages from appearing on the starboard. 47 + 48 + ### ⚙️ Edit Blacklisted Channels 49 + 50 + Designate specific channels where message starring is not permitted. 51 + 52 + ### 🗑️ Enable/Disable x Reactions 53 + 54 + If enabled, Wamellow will remove messages from the starboard channel that no longer meet the required star count. 55 + 56 + ### 😍 Display Type 57 + 58 + Choose a style how the user should get displayed. 59 +