iBlitzkriegi / Vixio

Vixio, The Skript Addon made to fit all of your Discord needs.
http://www.vixio.space
40 stars 28 forks source link

Suggestion #318

Open Lucaste10 opened 3 years ago

Lucaste10 commented 3 years ago

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

HardstylesDev commented 3 years ago

Not related to Vixio

You can make webhooks with reqn

ItsTheSky commented 3 years ago

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 ?

ItsTheSky commented 3 years ago

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)

HardstylesDev commented 3 years ago

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.