discordwebhook
discordwebhook copied to clipboard
Super simple interface to send discord messages through webhooks in golang
Good morning, Discord implements a system for rate limiting post requests to webhooks end point, if the EP is hit too many times too fast it will block the requests...
### Changes made - Add a function `SendFile` which allows the user to send a file to a discord webhook URL - Add the example usage to the `examples/` folder...
add timestamp on Embeds reference: https://birdie0.github.io/discord-webhooks-guide/structure/embed/timestamp.html