Answer the question
In order to leave comments, you need to log in
Discord Bot how to fix error?
The code:
client.on('message', msg => {
if (msg.content === '!role') {
let nickname1 = msg.author.nickname
if(nickname1.startsWith(`[Discord]`)) {
message.channel.send(`+тег`)
} else {
message.channel.send(`-тег`)
}
}
})
if(nickname1.startsWith(`[Discord]`)) {
TypeError: Cannot read property 'startsWith' of undefined
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question