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