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 = {};