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(stream.isNSFW === true) {
if(chNSFW) {
log.add({ log.add({
type: 'error', type: 'error',
line: stream.line, line: stream.line,