mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +01:00
Fix Crawl/Drah garbage
This commit is contained in:
committed by
GitHub
parent
7b74b088ac
commit
a46f606170
@@ -30,7 +30,7 @@ class TextChannel extends GuildChannel {
|
||||
* @type {boolean}
|
||||
* @readonly
|
||||
*/
|
||||
this.nsfw = !!data.nsfw;
|
||||
this.nsfw = Boolean(data.nsfw);
|
||||
|
||||
this.lastMessageID = data.last_message_id;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user