mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-27 06:37:32 +02:00
Credit Command
This commit is contained in:
@@ -10,6 +10,12 @@ module.exports = class ScrabbleScoreCommand extends Command {
|
||||
group: 'analyze',
|
||||
memberName: 'scrabble-score',
|
||||
description: 'Responds with the scrabble score of a word.',
|
||||
credit: [
|
||||
{
|
||||
name: 'Scrabble',
|
||||
url: 'https://scrabble.hasbro.com/en-us'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'word',
|
||||
|
||||
Reference in New Issue
Block a user