Len alias to chars

This commit is contained in:
Dragon Fire
2021-04-17 16:23:47 -04:00
parent b246084fc4
commit cefce360c2
+1 -1
View File
@@ -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.',