Skip to content

Commit 290a74e

Browse files
authored
Update Translator.plugin.js
1 parent bc9d608 commit 290a74e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Plugins/Translator/Translator.plugin.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @name Translator
33
* @author DevilBro
44
* @authorId 278543574059057154
5-
* @version 2.6.5
5+
* @version 2.6.6
66
* @description Allows you to translate incoming and your outgoing Messages within Discord
77
* @invite Jx3TjNS
88
* @donate https://www.paypal.me/MircoWittrien
@@ -519,7 +519,7 @@ module.exports = (_ => {
519519
// region selector for Microsoft translator
520520
key === "microsoft" && BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.Select, {
521521
className: BDFDB.disCN.marginbottom8,
522-
value: authKeys[key] && authKeys[key].region || "eastus",
522+
value: authKeys[key] && authKeys[key].region || "global",
523523
options: [
524524
{value: "eastasia", label: "East Asia"},
525525
{value: "southeastasia", label: "Southeast Asia"},

0 commit comments

Comments
 (0)