mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-19 13:56:43 +02:00
Added Word Chain Aliases
This commit is contained in:
@@ -9,6 +9,7 @@ module.exports = class WordChainCommand extends Command {
|
|||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'word-chain',
|
name: 'word-chain',
|
||||||
|
aliases: ['shiritori', 'しりとり'],
|
||||||
group: 'mp-games',
|
group: 'mp-games',
|
||||||
memberName: 'word-chain',
|
memberName: 'word-chain',
|
||||||
description: 'Try to come up with words that start with the last letter of your opponent\'s word.',
|
description: 'Try to come up with words that start with the last letter of your opponent\'s word.',
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiao",
|
"name": "xiao",
|
||||||
"version": "109.0.3",
|
"version": "109.0.4",
|
||||||
"description": "Your personal server companion.",
|
"description": "Your personal server companion.",
|
||||||
"main": "Xiao.js",
|
"main": "Xiao.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user