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.

fix nsfw threshold slider default

Luna be0597b8 a8ae1ddf

+2 -2
+1 -1
app/dashboard/[guildId]/nsfw-image-scanning/page.tsx
··· 153 153 description="The threshold at which an image should be considered NSFW; low values are sensitive, high values are lax." 154 154 url={url} 155 155 dataName="threshold" 156 - defaultState={0.1} 156 + defaultState={data.threshold} 157 157 /> 158 158 159 159 <span className="mb-2" >
+1 -1
typings.ts
··· 340 340 * 3 - Delete message 341 341 */ 342 342 punishment: 0 | 1 | 2 | 3; 343 - timeout: number; 343 + threshold: number; 344 344 345 345 whitelistChannelIds: string[]; 346 346 whitelistRoleIds: string[];