From a88c44448eb7731855d85b7021ea9bc394cb439e Mon Sep 17 00:00:00 2001 From: CozyMeli-gitv2 <110065125+CozyMeli-gitv2@users.noreply.github.com> Date: Thu, 1 Dec 2022 20:40:27 -0500 Subject: [PATCH] Updated module description Changed add to adds, and removed the punctuation. --- .../kotlin/com/lambda/client/module/modules/chat/CustomChat.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/com/lambda/client/module/modules/chat/CustomChat.kt b/src/main/kotlin/com/lambda/client/module/modules/chat/CustomChat.kt index 75032a3c1..50eadf448 100644 --- a/src/main/kotlin/com/lambda/client/module/modules/chat/CustomChat.kt +++ b/src/main/kotlin/com/lambda/client/module/modules/chat/CustomChat.kt @@ -9,7 +9,7 @@ import kotlin.math.min object CustomChat : Module( name = "CustomChat", - description = "Add a custom ending to your message!", + description = "Adds a custom ending to your message", category = Category.CHAT, showOnArray = false, modulePriority = 200