Here is my code:
if (message.content.startswith(prefix+'ping')) {
message.channel.sendmessage('pong! \'${date.now() -message.createdtimemestamp} ms\'');
} else
It gives me an error
TypeError: message.content.startswith is not a function
What is the solution to this problem?