diff --git a/commands/voice/join.js b/commands/voice/join.js index 3923fc71..5f9e0b79 100644 --- a/commands/voice/join.js +++ b/commands/voice/join.js @@ -8,6 +8,7 @@ module.exports = class JoinCommand extends Command { group: 'voice', memberName: 'join', description: 'Joins your voice channel.', + guildOnly: true, guarded: true, userPermissions: ['CONNECT'] }); diff --git a/commands/voice/leave.js b/commands/voice/leave.js index 6b2457dd..37b5aa48 100644 --- a/commands/voice/leave.js +++ b/commands/voice/leave.js @@ -8,6 +8,7 @@ module.exports = class LeaveCommand extends Command { group: 'voice', memberName: 'leave', description: 'Leaves the current voice channel.', + guildOnly: true, guarded: true, userPermissions: ['MOVE_MEMBERS'] }); diff --git a/package.json b/package.json index 22acadd6..04456139 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "114.5.0", + "version": "114.5.1", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {