Skip to main content
The Deno 2 Release Candidate is here
Learn more
interface IPmChatResponse.IResponseSettings
import { type IPmChatResponse } from "https://deno.land/x/sptaki@1.2.0/models/spt/mod.ts";
const { IResponseSettings } = IPmChatResponse;

Properties

responseChancePercent: number
responseTypeWeights: Record<string, number>
stripCapitalisationChancePercent: number
allCapsChancePercent: number
appendBroToMessageEndChancePercent: number