Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Integrations: remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFaser committed Nov 9, 2023
1 parent af1efa0 commit 602c14b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ public void sendMessage(@Nullable OfflinePlayer sender, @NotNull String typeMess
embedBuilder.setAuthor(author);
if (sender != null && integrations.getBoolean(path + ".embed.author.icon")) {
String avatarUrl = DiscordSRV.getAvatarUrl(sender.getName(), sender.getUniqueId());
Bukkit.broadcastMessage(avatarUrl);
embedBuilder.setAuthor(author, null, avatarUrl);
}
}
Expand Down

0 comments on commit 602c14b

Please sign in to comment.