fix: Convert lastMessage to getters (#2384)

* convert lastMessage to getters

* fix bug in pr

* requested changes
This commit is contained in:
bdistin
2018-03-08 10:19:43 -06:00
committed by Isabella
parent 799eea957e
commit 630009f3cf
7 changed files with 40 additions and 14 deletions

View File

@@ -220,6 +220,7 @@ class GroupDMChannel extends Channel {
// These are here only for documentation purposes - they are implemented by TextBasedChannel
/* eslint-disable no-empty-function */
get lastMessage() {}
send() {}
search() {}
startTyping() {}