From 941715b26d8fdb1f72cb7b87e1d33abd83d0c7de Mon Sep 17 00:00:00 2001 From: Cedric Hoelzl Date: Wed, 25 Dec 2019 15:55:22 +0100 Subject: [PATCH] init --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index f57392f..b9a9514 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('./sounds/'+ sound_list[ss].file); + return event.replyWithAudio({source:'./sounds/'+ sound_list[ss].file, title:"OOF", Performer:"Roblox"}); }else{ return event.reply("Unknown Sound !"); }