const fixed = await payment.findOne({ guildID: message.guild.id }) const min = fixed.minimum || 10000 const max = fixed.maximum || 15000 let amount = Math.floor(Math.random() * (max - min + 1) + min) const member = message.author