Bubble Wrap Command

This commit is contained in:
Dragon Fire
2020-03-19 11:19:22 -04:00
parent c728b9ed7c
commit d9c19cfad6
4 changed files with 30 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ module.exports = class CharacterCountCommand extends Command {
constructor(client) {
super(client, {
name: 'character-count',
aliases: ['characters', 'chars', 'length'],
aliases: ['characters', 'chars', 'length', 'char-count'],
group: 'analyze',
memberName: 'character-count',
description: 'Responds with the character count of text.',