Skip to content

Commit

Permalink
fixed bug with cross-chat avatars not showing
Browse files Browse the repository at this point in the history
  • Loading branch information
Zabuzard committed Mar 13, 2023
1 parent 65ff821 commit 3e4a83e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "io.github.zabuzard.discordplays"
version = "3.1-SNAPSHOT"
version = "3.2-SNAPSHOT"

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ object Extensions {
fun EmbedBuilder.setAuthor(member: Member) = setAuthor(
member.effectiveName,
"https://discord.com/users/${member.idLong}/",
member.avatarUrl
member.effectiveAvatarUrl
)

fun IReplyCallback.replyEphemeral(content: String) =
Expand Down

0 comments on commit 3e4a83e

Please sign in to comment.