discord-webhooks
discord-webhooks copied to clipboard
Provides easy to use bindings for the Discord Webhook API
This PR attempts to add **Webhook Components**. (Closes #46) I've mainly just copied all changes from [RohanGoyalDev](https://github.com/RohanGoyalDev)'s PR (https://github.com/MinnDevelopment/discord-webhooks/pull/56) and fixed all the remaining issues.
Since this library can be used to handle interaction webhooks, it should also support message components. This would need to be added to `WebhookMessage` and `WebhookMessageBuilder`. For more details on...
Fixes part of #77. Added the ability to @silent messages through the use of the "suppress_notifications" flag. Added documentation.
Provides transitive vulnerable dependency maven:org.json:json:20230618 https://devhub.checkmarx.com/cve-details/CVE-2023-5072/
As per new discord feature: https://github.com/discord/discord-api-docs/pull/5910
Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20230618 to 20231013. Release notes Sourced from org.json:json's releases. 20231013 Pull Request Description #793 Reverted #761 #792 update the docs for release 20231013 #783 optLong vs getLong...
Closes #63 Note that components are only usable by interactions. For this reason, there will not be any support for conversion between external libraries such as JDA, since they already...
I use this lib from Groovy and used 0.1.8 before which worked fine. Now I updated to 0.8.2 and it is not working anymore due to https://issues.apache.org/jira/browse/GROOVY-11116. Summarized, having an...
This is a breaking change, all file additions will now remove existing attachments. However, this change is required by Discord and I can't do anything about that.
Hi, Today, after 23:00, I've encountered problems with my webhooks. They aren't being sent, and I received the following error in the console: [21:45:42 ERROR]: [club.minnced.discord.webhook.WebhookClient] Encountered 429, retrying after...