int getReactionCount(String reaction) { if (messageReactions.containsKey(reaction)) { return messageReactions[reaction]!.length; } else { return totalReactions; } }