add space
This commit is contained in:
parent
683d5b53d5
commit
21d0813cf6
2
index.js
2
index.js
|
@ -129,7 +129,7 @@ function sendVerificationCode(account) {
|
||||||
|
|
||||||
function generatePhoneCode() {
|
function generatePhoneCode() {
|
||||||
// generate 6 digit
|
// 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 () => {
|
client.on("ready", async () => {
|
||||||
|
|
Loading…
Reference in a new issue