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

@@ -172,6 +172,7 @@ class GroupDMChannel extends Channel {
awaitMessages() {}
// Doesn't work on group DMs; bulkDelete() {}
acknowledge() {}
get nsfw() {}
_cacheMessage() {}
}