···1010import { guildStore } from "@/common/guilds";
1111import MultiSelectMenu from "@/components/inputs/multi-select-menu";
1212import SelectMenu from "@/components/inputs/select-menu";
1313+import Slider from "@/components/inputs/slider-input";
1314import Switch from "@/components/inputs/switch";
1415import Notice, { NoticeType } from "@/components/notice";
1516import { ScreenMessage } from "@/components/screen-message";
···66676768 <Notice
6869 type={NoticeType.Info}
6969- message="Images could be false positives of false negatives, this will not replace human moderation."
7070+ message="Images can be false positives or false negatives. This does not replace human moderation."
7071 />
71727273 <Switch
···146147 />
147148 </div>
148149 </div>
150150+151151+ <Slider
152152+ name="Threshold"
153153+ description="The threshold at which an image should be considered NSFW; low values are sensitive, high values are lax."
154154+ url={url}
155155+ dataName="threshold"
156156+ defaultState={0.1}
157157+ />
149158150159 <span className="mb-2" >
151160 Members with the <Code color="secondary">Manage Messages</Code> permission bypass the NSFW image scanning automatically. <br />