diff --git a/commands/games/battle.js b/commands/games/battle.js index 6b22ee91..6d0d68b8 100644 --- a/commands/games/battle.js +++ b/commands/games/battle.js @@ -9,6 +9,7 @@ module.exports = class BattleCommand extends Command { group: 'games', memberName: 'battle', description: 'Choose another user and fight to the death!', + guildOnly: true, args: [ { key: 'opponent', diff --git a/package.json b/package.json index 1f84466a..5868ef7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiaobot", - "version": "21.4.4", + "version": "21.4.5", "description": "A Discord Bot", "main": "Shard.js", "scripts": {