I ran into problems while making a discord bot

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(‘***************************************’);

unclosed
1234567890

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.