How can i remove the result value from code permanently after user got that value? {Is it possible} ?
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`);