diff --git a/config.js b/config.js index b9a9514..f4137c6 100644 --- a/config.js +++ b/config.js @@ -43,7 +43,7 @@ module.exports = function(cmds){ action : (bot,event,message)=>{ const ss = message.text.replace('/',''); if(sound_list[ss] != undefined){ - return event.replyWithAudio({source:'./sounds/'+ sound_list[ss].file, title:"OOF", Performer:"Roblox"}); + return event.replyWithVoice({source:'./sounds/'+ sound_list[ss].file}); }else{ return event.reply("Unknown Sound !"); }