I am currently coding my first discord bot, it can already play YouTube music.
if (message.content.includes(\"
You may use this code which avoids doing anything if the author is a bot:
if(message.author.bot) return;