This commit is contained in:
lilyissillyyy
2025-09-14 20:09:49 -04:00
parent 74f6ac37b5
commit 5f925590f8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ module.exports = class JoinCommand extends Command {
super(client, {
name: 'join',
aliases: ['join-voice-channel', 'join-vc', 'join-voice', 'join-channel', 'connect'],
group: 'util',
group: 'util-public',
description: 'Joins your voice channel.',
guildOnly: true,
guarded: true,
+1 -1
View File
@@ -6,7 +6,7 @@ module.exports = class LeaveCommand extends Command {
super(client, {
name: 'leave',
aliases: ['leave-voice-channel', 'leave-vc', 'leave-voice', 'leave-channel', 'disconnect'],
group: 'util',
group: 'util-public',
description: 'Leaves the current voice channel.',
guildOnly: true,
guarded: true