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 +};