Update WriteUpperCase.plugin.js

This commit is contained in:
Mirco Wittrien 2024-04-27 12:43:10 +02:00
parent 09ebef0470
commit 6a209e98fb
1 changed files with 2 additions and 2 deletions

View File

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