diff --git a/commands/mp-games/word-chain.js b/commands/mp-games/word-chain.js index 8f5a3a27..7fb86440 100644 --- a/commands/mp-games/word-chain.js +++ b/commands/mp-games/word-chain.js @@ -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.', diff --git a/package.json b/package.json index 1b87f11e..5ffd844f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "109.0.3", + "version": "109.0.4", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {