-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Role Icons #402
Implement Role Icons #402
Conversation
Did you test whether Kord's HttpClient works when retrieving these images? I remember there being an issue with Discord's CDN failing any request that had unknown header values, and Kord by default puts bot auth in every request. |
This was working in the old code, so I assumed it would. |
Fair point hah. I believe we just pushed it assuming it was a bug on Discord's end that would eventually get fixed. It's not really relevant to the PR then I suppose. |
# Conflicts: # core/src/main/kotlin/entity/Icon.kt
I resolved the merge conflict, this would be ready for review now too |
Depends on #401 - Uses DiscordCDN