Interface NicoNamaConfig

interface NicoNamaConfig {
    anonymousName: string;
    excludeCommands: string[];
    outputLineBreakComment: boolean;
    show184: boolean;
    showLineBreakComment: boolean;
    speechLineBreakComment: boolean;
}

Properties

anonymousName: string
excludeCommands: string[]
outputLineBreakComment: boolean
show184: boolean
showLineBreakComment: boolean
speechLineBreakComment: boolean