mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 05:10:17 +00:00
Update index.js
This commit is contained in:
parent
2e2f7c2e9a
commit
1b36d9b7f5
7
index.js
7
index.js
@ -49,10 +49,13 @@ client.on('message', async msg => {
|
||||
d.d('d')
|
||||
}
|
||||
}
|
||||
if (msg.content === '!ping') {
|
||||
msg.channel.send(`Current ping: ${client.ping}`)
|
||||
if (msg.content === `${PREFIX}ping`) {
|
||||
msg.channel.send(`My current ping is ${client.ping}`)
|
||||
return;
|
||||
}
|
||||
if (msg.content.toUpperCase().startsWith(`MUSIX`)) {
|
||||
msg.channel.send('-help to see my commands.')
|
||||
}
|
||||
if (msg.content === `${PREFIX}help`) {
|
||||
const embed = new Discord.RichEmbed()
|
||||
.setTitle('Commands for Musix!')
|
||||
|
Loading…
Reference in New Issue
Block a user