how do you delete a discord user using nodejs?

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.

Leave a Comment

Your email address will not be published.

Scroll to Top