This commit is contained in:
Dragon Fire
2020-12-01 20:21:28 -05:00
parent e975813556
commit 7b6f579d23
+1 -2
View File
@@ -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.'
});
}