Update WriteUpperCase.plugin.js
This commit is contained in:
parent
09ebef0470
commit
6a209e98fb
|
@ -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 = {};
|
||||
|
|
Loading…
Reference in New Issue