not quite sure...

This commit is contained in:
Ismaël Moret
2024-02-01 18:35:29 +00:00
parent 01075c815c
commit a271b91e14

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,