Skip to content

Commit

Permalink
Fixed the Missing Emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
beanbeanjuice committed Sep 18, 2023
1 parent 5d82993 commit 76ced24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ private MessageEmbed statsEmbed() {
return new EmbedBuilder()
.setColor(Helper.getRandomColor())
.setAuthor("Bot Statistics", null, Bot.getBot().getSelfUser().getAvatarUrl())
.addField("<a:cafeBot:841945919926173707> Total Text Channels", "```" + Helper.getTotalChannels() + "```", true)
.addField("<a:cafeBot:1119635469727191190> Total Text Channels", "```" + Helper.getTotalChannels() + "```", true)
.addField("<:smartPeepo:1000248538376196280> Total Servers", "```" + Helper.getTotalServers() + "```", true)
.addField("⚙ Commands Run (After Restart)", "```" + Bot.commandsRun + "```", true)
.addField("<a:catpats:950514533875720232> Total Users", "```" + Helper.getTotalUsers() + "```", true)
Expand Down

0 comments on commit 76ced24

Please sign in to comment.