-
Hello! What I am basically looking to do is send a webhook to discord with an image of the users screen at the time of it being sent. Ive tried multiple different things that did not work and then came across ImagePut, which seems like it could be used to achieve this although I don't know how. If anyone could provide some help and/or guidance that would be great, thanks! The sending of the webhook works already and everything, its just this image addition i need some help with. Also just to clarify this is Autohotkey v2 (Here is a snippet of my code)
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hopefully someone else can answer because I'm not familiar with API endpoints like discord |
Beta Was this translation helpful? Give feedback.
ImagePutURL([x, y, w, h]) or ImagePutURL(0) will return an Imgur url. You may be rate limited since I don't offer the ability to use your own imgur API key.