Skip to content

Commit 64a8fb6

Browse files
Updated CustomChat description (#424)
Changed add to adds, and removed the punctuation.
1 parent 9de3cc1 commit 64a8fb6

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/com/lambda/client/module/modules/chat

1 file changed

+1
-1
lines changed

src/main/kotlin/com/lambda/client/module/modules/chat/CustomChat.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import kotlin.math.min
99

1010
object CustomChat : Module(
1111
name = "CustomChat",
12-
description = "Add a custom ending to your message!",
12+
description = "Adds a custom ending to your message",
1313
category = Category.CHAT,
1414
showOnArray = false,
1515
modulePriority = 200

0 commit comments

Comments
 (0)