diff --git a/src/main/kotlin/com/lambda/client/module/modules/combat/TotemPopCounter.kt b/src/main/kotlin/com/lambda/client/module/modules/combat/TotemPopCounter.kt index 5d7c6acb8..94a761232 100644 --- a/src/main/kotlin/com/lambda/client/module/modules/combat/TotemPopCounter.kt +++ b/src/main/kotlin/com/lambda/client/module/modules/combat/TotemPopCounter.kt @@ -21,7 +21,7 @@ import java.util.* object TotemPopCounter : Module( name = "TotemPopCounter", - description = "Counts how many times players pop", + description = "Displays the number of times a player has popped", category = Category.COMBAT ) { private val countFriends by setting("Count Friends", true) @@ -120,4 +120,4 @@ object TotemPopCounter : Module( MessageSendHelper.sendChatMessage("$chatName $message") } } -} \ No newline at end of file +}