mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-10 19:04:42 +02:00
Update Credit
This commit is contained in:
@@ -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'
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user