Skip to content

Configurable profile pictures on Discord #52

@jamierocks

Description

@jamierocks

// 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
}
should be removed, and instead there should be a default profile picture used.

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    priority: lowIssue has low priority for resolutiontype: featureNew feature or requestunder considerationFeature or bug is opinionated and still being considered

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions