Simple question, how can I check if an incoming message is *specifically* a slash command?

How can I check to see if an incoming message (messageCreate) is a slash command? Sometimes a typo can happen and a slash ('/') may be at the beginning of a string and I don't want that to be considered a slash command, I just want to check if the message is an actual slash command.
Was this page helpful?