Open goldstargloww opened 4 months ago
you can try the version from PR https://github.com/ThaTiemsz/Discord-Emoji-Downloader/pull/51 (broken for an unrelated reason, seems manual version is the only option at this time) or my "personal preference version" https://github.com/NanashiTheNameless/Discord-Emoji-Downloader
you can also use the manual version if you know exactly what server you want
api V10 appears to not work as 6 is still the default V9 does work however
you can use the following curl command for the manual version
curl 'https://discordapp.com/api/v9/guilds/<SERVER ID>' --compressed -H 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.3' -H 'Accept: */*' -H 'Accept-Language: en-US,en;q=0.5' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Referer: https://discord.com/app' -H 'Authorization: <TOKEN>'
edit: V10 Does work, but with https://discord.com/api/v10/ and not https://discordapp.com/api/v10/
the thing won't do the thing anymore