From 0f36e4d152fdbd0d23fb3b1b0f528d85e3698fa6 Mon Sep 17 00:00:00 2001 From: ahmed1132 <53630215+ahmed1132@users.noreply.github.com> Date: Tue, 10 Sep 2019 20:13:20 +0200 Subject: [PATCH] Update bot.js --- bot.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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', 'الخروج من رومك الصوتي')