mirror of
https://github.com/danbulant/discord.js
synced 2026-06-20 07:02:00 +00:00
Webpack build for branch master: a46f606170
This commit is contained in:
parent
8d42cb6f3b
commit
805c060064
2 changed files with 2 additions and 2 deletions
|
|
@ -17008,7 +17008,7 @@ class TextChannel extends GuildChannel {
|
|||
* @type {boolean}
|
||||
* @readonly
|
||||
*/
|
||||
this.nsfw = !!data.nsfw;
|
||||
this.nsfw = Boolean(data.nsfw);
|
||||
|
||||
this.lastMessageID = data.last_message_id;
|
||||
}
|
||||
|
|
|
|||
2
discord.master.min.js
vendored
2
discord.master.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue