Update WriteUpperCase.plugin.js
This commit is contained in:
parent
7862be7f32
commit
1482cc6717
|
@ -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"
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue