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',