diff --git a/structure/interfaces/Command.js b/structure/interfaces/Command.js index fa0e622..76210f3 100644 --- a/structure/interfaces/Command.js +++ b/structure/interfaces/Command.js @@ -43,6 +43,10 @@ class Command extends Component { }; this._throttles = new Map(); + this._invokes = { + success: 0, + fail: 0 + }; }