-
-
Notifications
You must be signed in to change notification settings - Fork 47
Closed
Labels
bug 🐛Something isn't workingSomething isn't working
Description
What's the bug?
Currently, webhooks have a couple problems:
- Files are unable to be sent via webhooks.
The Webhook constructor accessesFixed in PR Fix latter 2 issues of #273 #274this.client
before it's assigned.There's no proper way to fetch a Webhook from a channel without making direct API requests.Fixed in PR Fix latter 2 issues of #273 #274
With 2, it can be as easy as assigning this.client
at the beginning of the constructior, with 3, a TextChannel$fetchWebhooks
method could be added, and 1 has a more in-depth solution that I haven't figured out yet.
Metadata
Metadata
Assignees
Labels
bug 🐛Something isn't workingSomething isn't working