Update parser.js
This commit is contained in:
@@ -233,7 +233,7 @@ class Channel {
|
||||
}
|
||||
|
||||
isNSFW() {
|
||||
return sfwCategories.includes(this.category)
|
||||
return nsfwCategories.includes(this.category)
|
||||
}
|
||||
|
||||
isNSFW() {
|
||||
|
Reference in New Issue
Block a user