Command Leaderboard

This commit is contained in:
Dragon Fire
2020-05-23 13:43:13 -04:00
parent 125419c109
commit 72c8d382c5
4 changed files with 59 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@ module.exports = class XiaoCommand extends Command {
this.argsSingleQuotes = info.argsSingleQuotes || false;
this.throttling = info.throttling || { usages: 1, duration: 2 };
this.uses = 0;
this.credit = info.credit || [];
this.credit.push({
name: 'Dragon Fire',