The weeb for the next gen discord boat - Wamellow
wamellow.com
bot
discord
1{
2 "pages": [
3 {
4 "name": "🍪 Home",
5 "file": "index.md",
6 "description": "Your portal to the extensive and detailed Wamellow documentation!"
7 },
8 {
9 "name": "👋 Greetings",
10 "file": "greetings.md",
11 "image": "/docs-assets/open-graph/greetings.webp",
12 "description": "Create a warm and inviting atmosphere for new members in your community!",
13 "permissions": {
14 "bot": [
15 "View Channel",
16 "Send Messages",
17 "Embed Links",
18 "Attach Files"
19 ],
20 "user": [
21 "Manage Server"
22 ]
23 }
24 },
25 {
26 "name": "🔐 Passport",
27 "file": "passport.md",
28 "image": "https://cdn.waya.one/r/passport.png",
29 "description": "Verify members with a captcha in your community for enhanced security!",
30 "permissions": {
31 "bot": [
32 "Ban Members",
33 "Kick Members",
34 "Manage Roles",
35 "View Channel",
36 "Send Messages",
37 "Embed Links"
38 ],
39 "user": [
40 "Manage Server"
41 ]
42 }
43 },
44 {
45 "name": "😔 Farewell",
46 "file": "farewell.md",
47 "image": "/docs-assets/open-graph/greetings.webp",
48 "description": "Send farewell messages to members leaving your community!",
49 "permissions": {
50 "bot": [
51 "View Channel",
52 "Send Messages",
53 "Embed Links",
54 "Attach Files"
55 ],
56 "user": [
57 "Manage Server"
58 ]
59 }
60 },
61 {
62 "name": "⭐ Starboard",
63 "file": "starboard.md",
64 "image": "/docs-assets/open-graph/starboard.webp",
65 "description": "An engaging and customizable platform for highlighting memorable messages.",
66 "permissions": {
67 "bot": [
68 "View Channel",
69 "Send Messages",
70 "Embed Links",
71 "Attach Files"
72 ],
73 "user": [
74 "Manage Server"
75 ]
76 }
77 },
78 {
79 "name": "🔊 Text to Speech",
80 "file": "text-to-speech.md",
81 "image": "/docs-assets/open-graph/text-to-speech.webp",
82 "description": "Convert conversational text to human-like speech in voice channels.",
83 "permissions": {
84 "bot": [
85 "Connect",
86 "Speak",
87 "View Channel",
88 "Send Messages",
89 "Embed Links"
90 ],
91 "user": [
92 "View Channel",
93 "Send Messages",
94 "Use Application Commands"
95 ]
96 }
97 },
98 {
99 "name": "📅 Daily Posts",
100 "file": "dailyposts.md",
101 "image": "/docs-assets/open-graph/dailyposts.webp",
102 "description": "Automatically post daily images of cute characters in your community!",
103 "permissions": {
104 "bot": [
105 "View Channel",
106 "Send Messages",
107 "Attach Files"
108 ],
109 "user": [
110 "Manage Server"
111 ]
112 }
113 },
114 {
115 "name": "📢 Social Notifications",
116 "file": "notifications.md",
117 "image": "/docs-assets/open-graph/notifications-youtube.webp",
118 "description": "Notify your community when creators on YouTube, Twitch, Bluesky or Reddit post or go live!",
119 "permissions": {
120 "bot": [
121 "View Channel",
122 "Send Messages",
123 "Embed Links",
124 "Mention Everyone",
125 "Read Message History"
126 ],
127 "user": [
128 "Manage Server"
129 ]
130 }
131 },
132 {
133 "name": "🩵 Bluesky Bridge",
134 "file": "bluesky.md",
135 "image": "/wamellow-bluesky-like.webp",
136 "description": "Bridge Bluesky and Discord together! Wamellow let's you like & repost Bluesky posts within Discord, just by reacting with a 🩵-emoji.",
137 "permissions": {
138 "bot": [
139 "View Channel",
140 "Add Reactions"
141 ],
142 "user": [
143 "View Channel",
144 "Add Reactions"
145 ]
146 }
147 },
148 {
149 "name": "🖊️ Custom Commands",
150 "file": "custom-commands.md",
151 "image": "",
152 "description": "Easily handle frequently asked questions, common queries, and repetitive tasks in a snap. Empower your server with quick access to custom commands.",
153 "permissions": {
154 "bot": [
155 "View Channel",
156 "Send Messages",
157 "Embed Links"
158 ],
159 "user": [
160 "View Channel",
161 "Send Messages",
162 "Manage Server"
163 ]
164 }
165 }
166 ]
167}