Skip to content

Commit

Permalink
add player avatar thumbnail to /data
Browse files Browse the repository at this point in the history
  • Loading branch information
rfresh2 committed Nov 6, 2023
1 parent c11e0f7 commit ff6d499
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/vc/commands/DataCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public Mono<Message> handle(final ChatInputInteractionEvent event) {
.addField("Data Count", ""+playerDataDump.lines().count(), true)
.description("CSV Generated!")
.color(Color.CYAN)
.thumbnail(playerLookup.getAvatarURL(playerIdentityOptional.get().uuid()).toString())
.build());
}
}

0 comments on commit ff6d499

Please sign in to comment.