mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-10 02:20:18 +00:00
Update ready.js
This commit is contained in:
parent
57f63c3838
commit
24eaf3a7e2
@ -1,4 +1,4 @@
|
||||
import Datastore from "../datastore.js";
|
||||
import Datastore from "../classes/Datastore.js";
|
||||
const _importDynamic = new Function('modulePath', 'return import(modulePath)');
|
||||
const fetch = (...args) => _importDynamic('node-fetch').then(({default: fetch}) => fetch(...args));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user