diff --git a/bot.js b/bot.js index 23fec44..6ad0ca6 100644 --- a/bot.js +++ b/bot.js @@ -20,7 +20,7 @@ const gif = require("gif-search"); const client = new Discord.Client({disableEveryone: true}); -const prefix = "!"; +const prefix = "-"; ///////////////////////// //////////////////////// @@ -316,7 +316,7 @@ client.on('message', message => { if (message.content === 'help') { let helpEmbed = new Discord.RichEmbed() .setTitle('**أوامر الميوزك...**') - .setDescription('**برفكس البوت (!)**') + .setDescription('**برفكس البوت (-)**') .addField('play', 'لتشغيل اغنية') .addField('join', 'دخول رومك الصوتي') .addField('disconnect', 'الخروج من رومك الصوتي')