mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-04 15:56:52 +02:00
Added Word Chain Aliases
This commit is contained in:
@@ -9,6 +9,7 @@ module.exports = class WordChainCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'word-chain',
|
||||
aliases: ['shiritori', 'しりとり'],
|
||||
group: 'mp-games',
|
||||
memberName: 'word-chain',
|
||||
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",
|
||||
"version": "109.0.3",
|
||||
"version": "109.0.4",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user