not quite sure...

This commit is contained in:
Ismaël Moret 2024-02-01 18:35:29 +00:00
parent 848dd5d571
commit dec958eb84

View File

@ -83,8 +83,7 @@ async function main() {
})
}
const chNSFW = stream.channel && !channels.first((channel: Channel) => (channel.id === stream.channel) && (channel.isNSFW === true))
if(chNSFW) {
if(stream.isNSFW === true) {
log.add({
type: 'error',
line: stream.line,