Reestablish the natural order and heirarchy of all things

This commit is contained in:
Schuyler Cebulskie
2016-12-30 16:19:15 -05:00
parent eaf2091c2f
commit 2ea744c9d1
3 changed files with 3 additions and 3 deletions

View File

@@ -129,6 +129,7 @@ class GroupDMChannel extends Channel {
fetchMessage() { return; }
fetchMessages() { return; }
fetchPinnedMessages() { return; }
search() { return; }
startTyping() { return; }
stopTyping() { return; }
get typing() { return; }
@@ -137,7 +138,6 @@ class GroupDMChannel extends Channel {
awaitMessages() { return; }
bulkDelete() { return; }
_cacheMessage() { return; }
search() { return; }
}
TextBasedChannel.applyToClass(GroupDMChannel, true);