mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-04 07:46:43 +02:00
Fix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user