Adjust Command Groups

This commit is contained in:
Dragon Fire
2020-10-31 11:27:28 -04:00
parent 8804391a8f
commit 15b722c6a5
5 changed files with 7 additions and 7 deletions
@@ -5,7 +5,7 @@ module.exports = class JoinCommand extends Command {
super(client, {
name: 'join',
aliases: ['join-voice-channel', 'join-vc', 'join-voice', 'join-channel'],
group: 'voice',
group: 'util',
memberName: 'join',
description: 'Joins your voice channel.',
guildOnly: true,
@@ -5,7 +5,7 @@ module.exports = class LeaveCommand extends Command {
super(client, {
name: 'leave',
aliases: ['leave-voice-channel', 'leave-vc', 'leave-voice', 'leave-channel'],
group: 'voice',
group: 'util',
memberName: 'leave',
description: 'Leaves the current voice channel.',
guildOnly: true,