mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-15 15:57:47 +02:00
tic-tac-toe aliases
This commit is contained in:
@@ -8,14 +8,16 @@ module.exports = class TicTacToeCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'tic-tac-toe',
|
||||
aliases: ['ttt', 'tic-tac'],
|
||||
group: 'games-mp',
|
||||
memberName: 'tic-tac-toe',
|
||||
description: 'Play a game of tic-tac-toe with another user or the AI.',
|
||||
args: [
|
||||
{
|
||||
key: 'opponent',
|
||||
prompt: 'What user would you like to challenge? To play against AI, choose me.',
|
||||
type: 'user'
|
||||
prompt: 'What user would you like to challenge?',
|
||||
type: 'user',
|
||||
default: () => this.client.user
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "124.5.5",
|
||||
"version": "124.5.6",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user