forked from Galactic/galactic-bot
stat tracking
This commit is contained in:
parent
e1cdcc83b4
commit
d3423bb543
@ -43,6 +43,10 @@ class Command extends Component {
|
|||||||
};
|
};
|
||||||
|
|
||||||
this._throttles = new Map();
|
this._throttles = new Map();
|
||||||
|
this._invokes = {
|
||||||
|
success: 0,
|
||||||
|
fail: 0
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user