File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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" } ,
You can’t perform that action at this time.
0 commit comments