Discord bot client login

JavaScript
miner_bombNzUzNjU2MDg2MTMyOTQ5MDY0.X1pW7Q.kys7D_fE0kfELmhOp11pvM5GC7sconst Discord = require ('discord.js')
const bot = new Discord.Client(753656086132949064)

bot.on("ready", async (go online) => {
    console.log("the bot is ready")
})

client.on(say, msg => {
  if (msg.content === copy user text)
    msg.reply(
      paste into chat
    )
});


//put here the token
bot.login(NzUzNjU2MDg2MTMyOTQ5MDY0.X1pW7Q.kys7D_fE0kfELmhOp11pvM5GC7s);

Source

Also in JavaScript: