Open Lucaste10 opened 3 years ago
Not related to Vixio
You can make webhooks with reqn
Not related to Vixio
You can make webhooks with reqn
Of course it's related to vixio. What vixio is made for ? Discord managning. even the JDA provide a pretty easy way to manage webhook, and it's not that hard to port them with a Skript addon. And lol, everythings could be done with reqn since the main Discord API is from JSON request, so if someone ask category creation it's also about reqn ?
Is your feature request related to a problem? Please describe. I wanted to make some webhooks with a bot but I am unable to with this.
Describe the solution you'd like Allow us to create webhooks.
Describe alternatives you've considered Not much.
Additional context N/A
Hi, you could check if you want use vixio for json API, but also you could use DiSky too (see my repositories)
By no means is it related to Vixio, webhooks are a part of Discord, but they aren't even a part of JDA anymore, JDA only provides very basic Webhook support, like retrieving the Webhook Clients, but doesn't offer actually sending or handling Webhook requests.
Sending actual webhooks should only be a handful of lines with just skript granted you have skript-json and reqn installed.
Is your feature request related to a problem? Please describe. I wanted to make some webhooks with a bot but I am unable to with this.
Describe the solution you'd like Allow us to create webhooks.
Describe alternatives you've considered Not much.
Additional context N/A