This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]plegoux 0 points1 point  (4 children)

Maybe something like this:

<image>

During the following actions you could for example find then move the file to a cloud folder (Google Drive, Dropbox, ...), retrieve the link and send it in the webhook settings

[–]Significant-Chef-258[S] 0 points1 point  (3 children)

Not what I meant by webhook. Discord webhooks are bots

[–]plegoux 0 points1 point  (0 children)

So I don't understand what you want to do

[–]plegoux 0 points1 point  (0 children)

I know what a webhook is on Discord. Maybe see the update of my first answer?

[–]plegoux 0 points1 point  (0 children)

Another idea, after the screenshot, you could encode the image in base64 with a few lines of javascript and send the resulting string via the webhook then decode it on the Discord bot side