cont isn't a function discord.js code example
Example 1: discord.js command prompt notification
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
Example 2: how to send a message using discord.js
message.channel.send("a")