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