Skip to content
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

Configurable profile pictures on Discord #52

Open
jamierocks opened this issue Jan 18, 2021 · 0 comments
Open

Configurable profile pictures on Discord #52

jamierocks opened this issue Jan 18, 2021 · 0 comments
Labels
priority: low Issue has low priority for resolution type: feature New feature or request under consideration Feature or bug is opinionated and still being considered
Milestone

Comments

@jamierocks
Copy link

// 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.

@zachbr zachbr added priority: low Issue has low priority for resolution type: feature New feature or request under consideration Feature or bug is opinionated and still being considered labels Feb 7, 2021
@zachbr zachbr added this to the 1.4.0 milestone Apr 2, 2021
@zachbr zachbr modified the milestones: 1.4.0, 2.0.0 Feb 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: low Issue has low priority for resolution type: feature New feature or request under consideration Feature or bug is opinionated and still being considered
Projects
None yet
Development

No branches or pull requests

2 participants