1
0

update channel ids and add join and leave logs

This commit is contained in:
Lee
2024-04-12 17:42:48 +01:00
parent 6d2d658440
commit 2ec1b25611
10 changed files with 104 additions and 43 deletions

View File

@ -35,6 +35,7 @@ public class VoteManager extends Manager {
);
DiscordBot.sendEmbed(DiscordChannel.VOTE_LOGS, new EmbedBuilder()
.setThumbnail("https://mc.fascinated.cc/player/head/" + account.getUuid().toString())
.setTitle("Player Voted")
.setColor(Color.GREEN)
.addField("Player", account.getPlayer().getName(), true)