Add TextBasedChannel#nsfw (excluding User and GuildMember) (#1419)

This commit is contained in:
Gus Caplan
2017-04-26 17:01:27 -05:00
committed by Amish Shah
parent 298ee4e79f
commit 5ac22691d2
3 changed files with 13 additions and 1 deletions

View File

@@ -88,6 +88,7 @@ class TextChannel extends GuildChannel {
stopTyping() {}
get typing() {}
get typingCount() {}
get nsfw() {}
createCollector() {}
createMessageCollector() {}
awaitMessages() {}