Last Run Command

This commit is contained in:
Dragon Fire
2021-02-01 21:33:52 -05:00
parent 563f3109f5
commit 9d4b525333
4 changed files with 33 additions and 1 deletions
+1
View File
@@ -8,6 +8,7 @@ module.exports = class XiaoCommand extends Command {
this.argsSingleQuotes = info.argsSingleQuotes || false;
this.throttling = info.unknown ? null : info.throttling || { usages: 1, duration: 2 };
this.uses = 0;
this.lastRun = null;
this.credit = info.credit || [];
this.credit.push({
name: 'Dragon Fire',