Spoiler the extension password!

This commit is contained in:
Christopher Cookman 2023-02-07 01:13:26 -07:00
parent f6247cae90
commit 6216ea1f04
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -257,7 +257,7 @@ dcClient.on('interactionCreate', async interaction => {
}, },
{ {
"name": "Password", "name": "Password",
"value": result.result.fetchExtension.user.extPassword "value": `||${result.result.fetchExtension.user.extPassword}||`
} }
] ]
}] }]
@ -292,7 +292,7 @@ dcClient.on('interactionCreate', async interaction => {
}, },
{ {
"name": "Password", "name": "Password",
"value": result.result.fetchExtension.user.extPassword "value": `||${result.result.fetchExtension.user.extPassword}||`
} }
] ]
}], }],