Add new messages, add count alias, update packages

This commit is contained in:
Essem 2022-06-09 15:17:33 -05:00
parent 9d7ba365c8
commit 6e6dfb4887
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C
5 changed files with 179 additions and 324 deletions

View file

@ -44,6 +44,7 @@ class CountCommand extends Command {
static description = "Gets how many times every command was used";
static arguments = ["{mention/id}"];
static aliases = ["counts"];
}
export default CountCommand;