update channel ids and add join and leave logs
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user