String.prototype.startsWith
is a function, not a string, and thus you must call it as a function.
if (message.content.startsWith(Prefix)) {
CLICK HERE to find out more related problems solutions.
String.prototype.startsWith
is a function, not a string, and thus you must call it as a function.
if (message.content.startsWith(Prefix)) {
CLICK HERE to find out more related problems solutions.