mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 05:49:49 +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.',
|
||||
|
||||
Reference in New Issue
Block a user