From 6423ef83b2fc55be77b64eaa535425de9bcc462a Mon Sep 17 00:00:00 2001 From: Angel Date: Fri, 9 Feb 2024 00:00:05 +0700 Subject: [PATCH] logLength --- plugins/antied/Settings.jsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plugins/antied/Settings.jsx b/plugins/antied/Settings.jsx index fdb645a..b123edc 100644 --- a/plugins/antied/Settings.jsx +++ b/plugins/antied/Settings.jsx @@ -168,6 +168,12 @@ const customizedableTexts = [ type: "default", placeholder: "History Removed", }, + { + id: "logLength", + title: "Customize Log message length", + type: "numeric", + placeholder: "60", + }, { id: "logCount", title: "Customize Log Limit",