client.on('message', msg => { if (msg.author.bot) return; if (msg.channel.id == "787360233412231208") { let encodedsoru = encodeURI(msg) get(`https://api.codare.fun/sor/${encodedsoru}`, async function(err, resp, body) { body = JSON.parse(body); if (err) return msg.channel.send('hata oluştu') msg.channel.send(`Soru: ${msg} \nCevap : ${body.cevap}`) }) } })