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

@@ -45,6 +45,7 @@ class DMChannel extends Channel {
fetchMessage() { return; }
fetchMessages() { return; }
fetchPinnedMessages() { return; }
search() { return; }
startTyping() { return; }
stopTyping() { return; }
get typing() { return; }
@@ -53,7 +54,6 @@ class DMChannel extends Channel {
awaitMessages() { return; }
bulkDelete() { return; }
_cacheMessage() { return; }
search() { return; }
}
TextBasedChannel.applyToClass(DMChannel, true);