From 7b6f579d239d2da6142a36f3a77336db7016dfde Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 1 Dec 2020 20:21:28 -0500 Subject: [PATCH] Fix --- commands/phone/hang-up.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.' }); }