This commit is contained in:
Dragon Fire
2020-10-31 11:28:04 -04:00
parent 15b722c6a5
commit fea88e8dae
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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: 'util',
group: 'util-public',
memberName: 'join',
description: 'Joins your voice channel.',
guildOnly: true,
+1 -1
View File
@@ -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: 'util',
group: 'util-public',
memberName: 'leave',
description: 'Leaves the current voice channel.',
guildOnly: true,