-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
priority: lowIssue has low priority for resolutionIssue has low priority for resolutiontype: featureNew feature or requestNew feature or requestunder considerationFeature or bug is opinionated and still being consideredFeature or bug is opinionated and still being considered
Milestone
Description
Dis4IRC/src/main/kotlin/io/zachbr/dis4irc/bridge/pier/discord/DiscordPier.kt
Lines 146 to 151 in 598afef
| // try and get avatar for matching user | |
| var avatarUrl: String? = null | |
| val matchingUsers = guild.getMembersByEffectiveName(msg.sender.displayName, true) | |
| if (matchingUsers.isNotEmpty()) { | |
| avatarUrl = matchingUsers.first().user.avatarUrl | |
| } |
As a replacement, there should be user configured profile pictures for Discord. Something like using .discord set avatar https://i.cadixdev.org/avatar/jmansfield.png.
surfaceflingersurfaceflinger
Metadata
Metadata
Assignees
Labels
priority: lowIssue has low priority for resolutionIssue has low priority for resolutiontype: featureNew feature or requestNew feature or requestunder considerationFeature or bug is opinionated and still being consideredFeature or bug is opinionated and still being considered