Java-Discord/JavaBot

Use Webhooks for message links

MoonTM-GIT opened this issue · 3 comments

Use a webhook with the Users name & maybe profile picture of the User that sent the initial message

Note that this would require a webhook for every channel (with the alternative of creating a webhook for every message link and deleting it afterwards).

Note that this would require a webhook for every channel (with the alternative of creating a webhook for every message link and deleting it afterwards).

I think that is the only opportunity to do this since the whole webhook messages would be changed with your alternative.

But creating one and deleting it afterwards should be no problem

I don't know the ratelimit of webhook creation but it might be possible to hit that for many links.