I am currently coding my first discord bot, it can already play YouTube music.
if (message.content.includes(\"
Use this in the on message event:
if (message.author.bot) return;
for more info: https://anidiotsguide.gitbooks.io/discord-js-bot-guide/coding-guides/a-basic-command-handler.html