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