adds new WebhookClient and allows you to fetch channel webhooks and such without being "over the top" (#768)

* start blocking out client

* proto webhookclient

* wee working webhooks

* it's all working

* run docs

* fix jsdoc issues

* add example for webhookClient

* add example in the examples place

* fix docs
This commit is contained in:
Gus Caplan
2016-10-07 13:09:41 -05:00
committed by Amish Shah
parent f9b7f9c27e
commit 1c4ed4547f
11 changed files with 399 additions and 2 deletions

View File

@@ -57,6 +57,9 @@ class TextChannel extends GuildChannel {
createCollector() { return; }
awaitMessages() { return; }
bulkDelete() { return; }
fetchWebhook() { return; }
fetchWebhooks() { return; }
createWebhook() { return; }
_cacheMessage() { return; }
}