From c9c4d6cabea05d0dc92000131818e5d9bb87fddd Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Tue, 19 Dec 2017 01:19:30 +0000 Subject: [PATCH] Tic-Tac-Toe is guild only --- commands/games/tic-tac-toe.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/games/tic-tac-toe.js b/commands/games/tic-tac-toe.js index 226e3391..77fa5e13 100644 --- a/commands/games/tic-tac-toe.js +++ b/commands/games/tic-tac-toe.js @@ -9,6 +9,7 @@ module.exports = class TicTacToeCommand extends Command { group: 'games', memberName: 'tic-tac-toe', description: 'Play a game of tic-tac-toe with another user.', + guildOnly: true, args: [ { key: 'opponent',