From 21d0813cf6ab1d247d60477a40178f60ce5e7204 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Wed, 31 Jul 2024 23:37:07 -0600 Subject: [PATCH] add space --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 58d1e9f..1ca313b 100644 --- a/index.js +++ b/index.js @@ -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 () => {