From 6a209e98fb2870eb1e4cc659b149d66817c0d75f Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Sat, 27 Apr 2024 12:43:10 +0200 Subject: [PATCH] Update WriteUpperCase.plugin.js --- Plugins/WriteUpperCase/WriteUpperCase.plugin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugins/WriteUpperCase/WriteUpperCase.plugin.js b/Plugins/WriteUpperCase/WriteUpperCase.plugin.js index d2a35d54f8..e1658e067e 100644 --- a/Plugins/WriteUpperCase/WriteUpperCase.plugin.js +++ b/Plugins/WriteUpperCase/WriteUpperCase.plugin.js @@ -2,7 +2,7 @@ * @name WriteUpperCase * @author DevilBro * @authorId 278543574059057154 - * @version 1.3.8 + * @version 1.3.9 * @description Changes the first Letter of each Sentence in Message Inputs to Uppercase * @invite Jx3TjNS * @donate https://www.paypal.me/MircoWittrien @@ -82,7 +82,7 @@ module.exports = (_ => { } }; - const symbols = [".", "!", "¡", "?", "¿"], spaces = ["\n", "\r", "\t", " "]; + const symbols = [".", "!", "¡", "?", "¿"], spaces = ["\n", "\r", "\t", " ", " ", " ", " "]; const channelBlacklist = []; const toggleButtons = {};