mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 21:40:49 +02:00
Make character-count an Analyzer
This commit is contained in:
@@ -6,7 +6,7 @@ module.exports = class CharacterCountCommand extends Command {
|
||||
super(client, {
|
||||
name: 'character-count',
|
||||
aliases: ['characters', 'chars', 'length'],
|
||||
group: 'number-edit',
|
||||
group: 'analyze',
|
||||
memberName: 'character-count',
|
||||
description: 'Responds with the character count of text.',
|
||||
args: [
|
||||
Reference in New Issue
Block a user