I am currently coding my first discord bot, it can already play YouTube music.
if (message.content.includes(\"
You can simply just check if the user sending the message is a bot. For example:
if (!msg.author.bot) { }
Hope this was helpful, thank you!