mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix lint
This commit is contained in:
@@ -23,7 +23,7 @@ module.exports = class GenerateCreditCommand extends Command {
|
||||
if (found) {
|
||||
found.commands.push(command.name);
|
||||
continue;
|
||||
};
|
||||
}
|
||||
if (cred.name === 'Dragon Fire') continue;
|
||||
credit.push({ ...cred, commands: [command.name] });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user