如何更改 let node.js 的值

在用户获得该值后,如何从代码中永久删除该结果值? {有可能吗}?

let word = ['idk','xd',' i'];
        const random = Math.floor((Math.random() * word.length));
        const result = word[random];

  
message.author.send(`${message.author} here ${result}`)
         return message.channel.send (`${message.author} check your DM`);
huntliu 回答:如何更改 let node.js 的值

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/3387.html

大家都在问