mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 13:56:25 +02:00
Tic-Tac-Toe is guild only
This commit is contained in:
@@ -9,6 +9,7 @@ module.exports = class TicTacToeCommand extends Command {
|
|||||||
group: 'games',
|
group: 'games',
|
||||||
memberName: 'tic-tac-toe',
|
memberName: 'tic-tac-toe',
|
||||||
description: 'Play a game of tic-tac-toe with another user.',
|
description: 'Play a game of tic-tac-toe with another user.',
|
||||||
|
guildOnly: true,
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
key: 'opponent',
|
key: 'opponent',
|
||||||
|
|||||||
Reference in New Issue
Block a user