mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-21 05:54:33 +02:00
Len alias to chars
This commit is contained in:
@@ -6,7 +6,7 @@ module.exports = class CharacterCountCommand extends Command {
|
|||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'character-count',
|
name: 'character-count',
|
||||||
aliases: ['characters', 'chars', 'length', 'char-count'],
|
aliases: ['characters', 'chars', 'length', 'char-count', 'len'],
|
||||||
group: 'analyze',
|
group: 'analyze',
|
||||||
memberName: 'character-count',
|
memberName: 'character-count',
|
||||||
description: 'Responds with the character count of text.',
|
description: 'Responds with the character count of text.',
|
||||||
|
|||||||
Reference in New Issue
Block a user