added triple command
This commit is contained in:
3
bot.js
3
bot.js
@@ -356,6 +356,9 @@ client.on('message', message => {
|
|||||||
case 'cena':
|
case 'cena':
|
||||||
setupVoice('voice/cena.mp3', 0.10, message.member.voiceChannel);
|
setupVoice('voice/cena.mp3', 0.10, message.member.voiceChannel);
|
||||||
break;
|
break;
|
||||||
|
case 'triple':
|
||||||
|
setupVoice('voice/triple.mp3', 0.20, message.member.voiceChannel);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
BIN
voice/triple.mp3
Normal file
BIN
voice/triple.mp3
Normal file
Binary file not shown.
Reference in New Issue
Block a user