MinnDevelopment / discord-webhooks

Provides easy to use bindings for the Discord Webhook API
Apache License 2.0
180 stars 34 forks source link

Using Components #89

Closed thauanvargas closed 1 year ago

thauanvargas commented 1 year ago

Hello I've just started using this library, but I don't find anyway of adding Components to the webhook message, is this possible?

I need to add a button to the last sent webhook message, patching last one if it was sent before.

MinnDevelopment commented 1 year ago

Components can only be used by bots and application owned webhooks. However, there is a PR to support them in those cases #73

MinnDevelopment commented 1 year ago

Closing as duplicate of #46