add space

This commit is contained in:
Christopher Cookman 2024-07-31 23:37:07 -06:00
parent 683d5b53d5
commit 21d0813cf6
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -129,7 +129,7 @@ function sendVerificationCode(account) {
function generatePhoneCode() {
// generate 6 digit
return Math.floor(100000 + Math.random() * 900000).toString().split("").join(" ");
return Math.floor(100000 + Math.random() * 900000).toString().split("").join(", ");
}
client.on("ready", async () => {