Add new messages, add count alias, update packages
This commit is contained in:
parent
9d7ba365c8
commit
6e6dfb4887
5 changed files with 179 additions and 324 deletions
|
@ -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;
|
Loading…
Add table
Add a link
Reference in a new issue