Update WriteUpperCase.plugin.js

This commit is contained in:
Mirco Wittrien 2022-04-04 22:09:17 +02:00 committed by GitHub
parent 7862be7f32
commit 1482cc6717
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
* @name WriteUpperCase
* @author DevilBro
* @authorId 278543574059057154
* @version 1.3.5
* @version 1.3.6
* @description Changes the first Letter of each Sentence in Message Inputs to Uppercase
* @invite Jx3TjNS
* @donate https://www.paypal.me/MircoWittrien
@ -17,7 +17,7 @@ module.exports = (_ => {
"info": {
"name": "WriteUpperCase",
"author": "DevilBro",
"version": "1.3.5",
"version": "1.3.6",
"description": "Changes the first Letter of each Sentence in Message Inputs to Uppercase"
}
};