mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 08:12:04 +02:00
Fix
This commit is contained in:
@@ -105,7 +105,7 @@ module.exports = class PeriodicTableCommand extends Command {
|
|||||||
const { text } = await request
|
const { text } = await request
|
||||||
.get('https://raw.githubusercontent.com/Bowserinator/Periodic-Table-JSON/master/PeriodicTableJSON.json');
|
.get('https://raw.githubusercontent.com/Bowserinator/Periodic-Table-JSON/master/PeriodicTableJSON.json');
|
||||||
this.table = JSON.parse(text).elements;
|
this.table = JSON.parse(text).elements;
|
||||||
this.table.elements.unshift(batman);
|
this.table.unshift(batman);
|
||||||
return this.table;
|
return this.table;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user