command(client, 'role', message => {
if(message.author.nickname.startsWith(`[Discord]`)) {
message.channel.send(`у тебя есть нужный тег`)
} else {
message.channel.send(`у тебя нет нужного тега`)
}
})
TypeError: Cannot read property 'startsWith' of undefined