Skip to content

Commit

Permalink
fix(alias): save correct alias command to stats (#2312)
Browse files Browse the repository at this point in the history
  • Loading branch information
sogehige committed Jun 21, 2019
1 parent 45b0b9c commit cf9675c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot/systems/alias.ts
Expand Up @@ -79,7 +79,7 @@ class Alias extends System {
tags: opts.sender,
message,
}, skip: true });
incrementCountOfCommandUsage(alias.command);
incrementCountOfCommandUsage(alias.alias);
} else {
return false;
}
Expand Down

0 comments on commit cf9675c

Please sign in to comment.