discord.js command prompt notification

JavaScript
bot.on('ready', () => {
    console.log('Logged in as TEMPLATE');
  });
//link to the dev portal to make your own discord bot here: https://discord.com/developers/applications
Source

Also in JavaScript: