Tic-Tac-Toe is guild only

This commit is contained in:
Daniel Odendahl Jr
2017-12-19 01:19:30 +00:00
parent c44ecf0052
commit c9c4d6cabe
+1
View File
@@ -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',