1
0
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:
Matte
2019-06-18 18:03:01 +03:00
committed by GitHub
parent 2e2f7c2e9a
commit 33d3907512

View File

@ -49,7 +49,7 @@ client.on('message', async msg => {
d.d('d')
}
}
if (msg.content === '!ping') {
if (msg.content === `${PREFIX}ping`) {
msg.channel.send(`Current ping: ${client.ping}`)
return;
}