it says SyntaxError: Unexpected end of input with a bunch of other stuff
The code is :
const Discord = require(‘discord.js’);
const client = new Discord.Client();
client.once(‘ready’,() => {
console.log(‘Junior Klubbens Bot is Online’);
client.login(‘***************************************’);