diff --git a/commands/phone/hang-up.js b/commands/phone/hang-up.js index d1794842..a3dc6655 100644 --- a/commands/phone/hang-up.js +++ b/commands/phone/hang-up.js @@ -7,8 +7,7 @@ module.exports = class HangUpCommand extends Command { aliases: ['hang'], group: 'phone', memberName: 'hang-up', - description: 'Hangs up the current phone call.', - guildOnly: true + description: 'Hangs up the current phone call.' }); }