Clean up some webhook stuff

This commit is contained in:
Schuyler Cebulskie
2016-10-09 15:30:46 -04:00
parent bd7ff36b66
commit e7745a0af5
5 changed files with 49 additions and 48 deletions

View File

@@ -56,10 +56,10 @@ class TextChannel extends GuildChannel {
get typingCount() { return; }
createCollector() { return; }
awaitMessages() { return; }
bulkDelete() { return; }
fetchWebhook() { return; }
fetchWebhooks() { return; }
createWebhook() { return; }
bulkDelete() { return; }
_cacheMessage() { return; }
}