This commit is contained in:
Dragon Fire
2020-01-12 21:34:22 -05:00
parent fd1af95bf9
commit cb769fc7cd
+1 -1
View File
@@ -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] });
}