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

@@ -81,6 +81,7 @@ class TextChannel extends GuildChannel {
fetchMessage() { return; }
fetchMessages() { return; }
fetchPinnedMessages() { return; }
search() { return; }
startTyping() { return; }
stopTyping() { return; }
get typing() { return; }
@@ -89,7 +90,6 @@ class TextChannel extends GuildChannel {
awaitMessages() { return; }
bulkDelete() { return; }
_cacheMessage() { return; }
search() { return; }
}
TextBasedChannel.applyToClass(TextChannel, true);