js: "prog.js", line 14: illegal character: `
js: member.send(`Join using this link: ${member.user.tag}\nLink: https://w...content-available-to-author-only...s.com/society?discordid=${member.user.username}%23${member.user.discriminator}#join`);
js: ................^
js: "prog.js", line 14: missing ) after argument list
js: member.send(`Join using this link: ${member.user.tag}\nLink: https://w...content-available-to-author-only...s.com/society?discordid=${member.user.username}%23${member.user.discriminator}#join`);
js: .....................^
js: "prog.js", line 14: illegal character: \
js: member.send(`Join using this link: ${member.user.tag}\nLink: https://w...content-available-to-author-only...s.com/society?discordid=${member.user.username}%23${member.user.discriminator}#join`);
js: ..........................................................^
js: "prog.js", line 15: syntax error
js: });
js: ^
js: "prog.js", line 19: illegal character: `
js: if (message.content.startsWith(`${prefix}ping`)) {
js: ................................^
js: "prog.js", line 19: missing ) after argument list
js: if (message.content.startsWith(`${prefix}ping`)) {
js: ..................................^
js: "prog.js", line 19: illegal character: `
js: if (message.content.startsWith(`${prefix}ping`)) {
js: ..............................................^
js: "prog.js", line 19: syntax error
js: if (message.content.startsWith(`${prefix}ping`)) {
js: ...............................................^
js: "prog.js", line 21: syntax error
js: message.channel.send('Pong.');
js: ................^
js: "prog.js", line 22: missing ) after argument list
js: }else if (message.content === `${prefix}join`) {
js: .........^
js: "prog.js", line 22: illegal character: `
js: }else if (message.content === `${prefix}join`) {
js: ..................................^
js: "prog.js", line 22: missing ; before statement
js: }else if (message.content === `${prefix}join`) {
js: ....................................^
js: "prog.js", line 22: illegal character: `
js: }else if (message.content === `${prefix}join`) {
js: ................................................^
js: "prog.js", line 22: syntax error
js: }else if (message.content === `${prefix}join`) {
js: .................................................^
js: "prog.js", line 23: syntax error
js: message.channel.send(`Hey, <@${message.author.id}>! I have sent you a private message with the link that you should use to have full access to The Society!`);
js: ................^
js: "prog.js", line 23: illegal character: `
js: message.channel.send(`Hey, <@${message.author.id}>! I have sent you a private message with the link that you should use to have full access to The Society!`);
js: .............................^
js: "prog.js", line 28: illegally formed XML syntax
js: client.login(token);
js: ...................^
js: "prog.js", line 28: syntax error
js: client.login(token);
js: ...................^
js: "prog.js", line 28: missing } after function body
js: client.login(token);
js: ...................^
js: "prog.js", line 1: Compilation produced 19 syntax errors.