mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-12 23:20:17 +00:00
Update index.js
This commit is contained in:
parent
2771302154
commit
1e645020cc
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.');
|
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!')
|
msg.channel.send(':x: Unknown command! Type -help for the list of commands!')
|
||||||
return undefined;
|
return undefined;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user