diff --git a/index.js b/index.js index 59606ad0..2977ee6c 100644 --- a/index.js +++ b/index.js @@ -310,6 +310,9 @@ Please provide a value to select one of the search results ranging from 1-10. return msg.channel.send(':x: There is nothing playing.'); } } + if (msg.content === `${PREFIX}`) { + return undefined; + } msg.channel.send(':x: Unknown command! Type -help for the list of commands!') return undefined; }