Skip to content

Commit

Permalink
Merge pull request #589 from beanbeanjuice/577-missing-cafebot-emoji
Browse files Browse the repository at this point in the history
Fixed the Missing Emoji
  • Loading branch information
beanbeanjuice committed Sep 19, 2023
2 parents 44d2a49 + 76ced24 commit e66ccbe
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 e66ccbe

Please sign in to comment.