This commit is contained in:
Dragon Fire
2024-04-03 18:24:01 -04:00
parent 2b70fae94d
commit e339936114
+1 -1
View File
@@ -105,7 +105,7 @@ module.exports = class PeriodicTableCommand extends Command {
const { text } = await request
.get('https://raw.githubusercontent.com/Bowserinator/Periodic-Table-JSON/master/PeriodicTableJSON.json');
this.table = JSON.parse(text).elements;
this.table.elements.unshift(batman);
this.table.unshift(batman);
return this.table;
}
};