We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6090928 commit f46bed4Copy full SHA for f46bed4
src/main/kotlin/com/lambda/client/module/modules/combat/TotemPopCounter.kt
@@ -21,7 +21,7 @@ import java.util.*
21
22
object TotemPopCounter : Module(
23
name = "TotemPopCounter",
24
- description = "Counts how many times players pop",
+ description = "Displays the number of times a player has popped",
25
category = Category.COMBAT
26
) {
27
private val countFriends by setting("Count Friends", true)
@@ -120,4 +120,4 @@ object TotemPopCounter : Module(
120
MessageSendHelper.sendChatMessage("$chatName $message")
121
}
122
123
-}
+}
0 commit comments