added triple command

This commit is contained in:
2017-12-19 19:20:16 -06:00
parent 5d70d5516f
commit de70ce53c6
2 changed files with 3 additions and 0 deletions

3
bot.js
View File

@@ -356,6 +356,9 @@ client.on('message', message => {
case 'cena':
setupVoice('voice/cena.mp3', 0.10, message.member.voiceChannel);
break;
case 'triple':
setupVoice('voice/triple.mp3', 0.20, message.member.voiceChannel);
break;
}
}

BIN
voice/triple.mp3 Normal file

Binary file not shown.