Make Battle Guild-Only

This commit is contained in:
Daniel Odendahl Jr
2017-05-28 18:57:16 +00:00
parent c9209d4c5d
commit 1dde89af00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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',
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiaobot",
"version": "21.4.4",
"version": "21.4.5",
"description": "A Discord Bot",
"main": "Shard.js",
"scripts": {