From 50821c2b2b9a08fb2648addd4ba2d41332445b19 Mon Sep 17 00:00:00 2001 From: Matte <51192395+MatteZ02@users.noreply.github.com> Date: Sun, 20 Oct 2019 20:46:57 +0300 Subject: [PATCH] Update forcestop.js --- commands/forcestop.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/commands/forcestop.js b/commands/forcestop.js index eb9d6424..832f70ca 100644 --- a/commands/forcestop.js +++ b/commands/forcestop.js @@ -1,9 +1,10 @@ module.exports = { - name: 'stop', - description: 'Stop command.', + name: 'forcestop', + description: 'force stop command.', cooldown: 5, execute(message, args, client, Discord, prefix) { if (message.author.id !== '360363051792203779') return message.channel.send(':x: You are not allowed to do that!') client.queue.delete(guild.id); + message.channel.send('queue deleted') } -}; \ No newline at end of file +};