uservalue = async function(id){
try{
var user;
user = await client.users.fetch(id)
return user.username
}catch(e){
return "user is not found"
}
}
const liste = filter.map(async (b) =>`
${i++}. word:
${b.kelime}
Kimlik:
${b.id}
upload date:
${b.date}
(${moment.duration(Date.now() - (b.time_amp)).format(Y [year] D [day] H [hour] m [minute]
)} before)
added by:
${await uservalue(b.ekleyen)}`).join('\n')