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