Feature request: add channel.createWebhook()
function
#197
Labels
enhancement
New feature or request
channel.createWebhook()
function
#197
Is your feature request related to a problem? Please describe.
Not really, this would allow us to create webhooks the same was as discord.js.
Describe the solution you'd like
In discord.js, there is a
channel.createWebhook()
function that allows for us to create webhooks in a channel but there isn't an equivalent in guilded.js.Describe alternatives you've considered
Currently, I use the
client.rest.router.createWebhook()
function to do this, but it's a bit more complex thanchannel.createWebhook()
in discord.js.Additional context
The text was updated successfully, but these errors were encountered: