Update GoogleTranslateOption.plugin.js

This commit is contained in:
Mirco Wittrien 2021-07-09 14:36:06 +02:00 committed by GitHub
parent b4616a5562
commit 2792300374
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 11 deletions

View File

@ -2,7 +2,7 @@
* @name GoogleTranslateOption
* @author DevilBro
* @authorId 278543574059057154
* @version 2.2.7
* @version 2.2.8
* @description Allows you to translate Messages and your outgoing Message within Discord
* @invite Jx3TjNS
* @donate https://www.paypal.me/MircoWittrien
@ -17,16 +17,8 @@ module.exports = (_ => {
"info": {
"name": "GoogleTranslateOption",
"author": "DevilBro",
"version": "2.2.7",
"version": "2.2.8",
"description": "Allows you to translate Messages and your outgoing Message within Discord"
},
"changeLog": {
"added": {
"Auth Keys": "You can now set your own auth keys in the plugin settings, make sure they are formatted in the same way as the placeholder"
},
"fixed": {
"Papago": "Works again"
}
}
};
@ -725,7 +717,7 @@ module.exports = (_ => {
!engine.auto && !backup.auto ? {} : {
auto: {
auto: true,
name: "Auto",
name: "Detect Language",
id: "auto"
}
},