Update Credit

This commit is contained in:
Dragon Fire
2020-01-15 11:57:19 -05:00
parent 5f0551d574
commit 61d8ae2e3b
2 changed files with 104 additions and 100 deletions
+5 -1
View File
@@ -7,6 +7,10 @@ module.exports = class XiaoCommand extends Command {
this.argsSingleQuotes = info.argsSingleQuotes || false;
this.throttling = info.throttling || { usages: 1, duration: 2 };
this.credit = info.credit || [];
this.credit.push({ name: 'Dragon Fire', url: 'https://github.com/dragonfire535' });
this.credit.push({
name: 'Dragon Fire',
url: 'https://github.com/dragonfire535',
reason: 'Code'
});
}
};