I’m trying to make the avatar of a Discord webhook message that of the user that is calling it. This used to work by concatenating the user ID to the old link to get the avatar as a string, as below.
I know nothing about http stuff but going to a user’s profile’s source you can get an avatar image, if you can somehow find a way to access it through a script…?
Yes - but it was easy before because all URLs were the same apart from the UserId, so this could be used to change what the URL brought back. Now, if you look at the first part of the URL after the top-level (.com), you see the string starting bba - I don’t know what that is.