1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-11-10 02:00:20 +00:00

Update index.js

This commit is contained in:
MatteZ02 2019-06-10 08:38:23 +03:00
parent 2771302154
commit 1e645020cc

View File

@ -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;
}