mirror of
https://github.com/musix-org/musix-oss
synced 2025-06-15 17:45:59 +00:00
Update index.js
This commit is contained in:
3
index.js
3
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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user