Credit Command

This commit is contained in:
Daniel Odendahl Jr
2019-04-14 00:03:38 +00:00
parent c8f74fddf7
commit 45c8d62dd5
189 changed files with 1314 additions and 39 deletions
+2
View File
@@ -6,5 +6,7 @@ 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' });
}
};