The weeb for the next gen discord boat - Wamellow wamellow.com
bot discord

add dailyposts docs

shi.gg ae73f704 8d6949ee

verified
+62
public/docs-assets/dailyposts.webp

This is a binary file and will not be displayed.

public/docs-assets/open-graph/dailyposts.webp

This is a binary file and will not be displayed.

+46
public/docs/dailyposts.md
··· 1 + Dailyposts are a way to automatically send cute images to a discord channel at a specific time every day. 2 + You can set up to 30 dailyposts per server. The same image type can be used multiple times, for different hours etc. 3 + <br /> 4 + <br /> 5 + 6 + ![Blåhaj and Nekos.best dailypost example](/docs-assets/dailyposts.webp?fullwidth=true) 7 + 8 + ## Setup 9 + 1. Add Wamellow to your server by going to [wamellow.com/add](https://wamellow.com/add). 10 + 2. Head to the dashboard by going to [wamellow.com/dashboard](https://wamellow.com/dashboard?to=dailyposts). 11 + 3. Select your server from the dashboard. 12 + 4. Navigate to the **Dailyposts** tab. 13 + 5. Click **Add Dailypost**, select an image type, runtime hours and enter a discord channel. 14 + 7. Click **Submit** and done! 15 + <br/> 16 + 17 + ### 📸 Image types 18 + The following types of images are available: 19 + - `Anime` will get a random waifu. 20 + - `Blåhaj` will get a random Blåhaj. (uses [Luna-devv/transgirl](https://github.com/Luna-devv/transgirl)) 21 + - `Nekos.best` will get a random neko. (uses [Nekos.best](https://nekos.best)) 22 + <br /> 23 + ... and more to come! 24 + <br /> 25 + <br /> 26 + 27 + **Note:** You cannot change the type of image after you've created the dailypost. 28 + 29 + ### 🕒 Runtime hours 30 + The time when the dailypost should be sent. You can set up to 24 hours per day by selecting multiple times. The displayed time on the dashboard is not UTC, but the time of your browser or operating system. 31 + <br /> 32 + <br /> 33 + 34 + **Note:** Dailyposts may be delayed by a few minutes after `HH:00`, the offset depends on your cluster id. 35 + i.e.: If your server's cluster id is `0`, the dailypost will be sent at `HH:00`, if it's `7`, it will be sent at `HH:07`, etc. 36 + You can find any server's cluster id either by running `/debug` in the chat or by visting [the status page](/status) and entering your server's id. 37 + 38 + ### 🏓 Pings 39 + The role that should get notified about new uploads. 40 + - `@everyone` will ping every member in the server. 41 + - `@here` will ping every *currently online* member in the server. 42 + - `@some-role` will ping everyone with that role. 43 + <br /> 44 + <br /> 45 + 46 + **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.
+16
public/docs/meta.json
··· 111 111 "Use Application Commands" 112 112 ] 113 113 } 114 + }, 115 + { 116 + "name": "📅 Daily Posts", 117 + "file": "dailyposts.md", 118 + "image": "/docs-assets/open-graph/dailyposts.webp", 119 + "description": "Automatically post daily images of cute characters in your community!", 120 + "permissions": { 121 + "bot": [ 122 + "View Channel", 123 + "Send Messages", 124 + "Attach Files" 125 + ], 126 + "user": [ 127 + "Manage Server" 128 + ] 129 + } 114 130 } 115 131 ] 116 132 }