mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-09 23:00:18 +00:00
Example solutions but dont work due to typescript
This commit is contained in:
parent
0858f9e49e
commit
40879c85bb
@ -1,4 +1,4 @@
|
||||
const fetch = require('node-fetch');
|
||||
const fetch = (...args) => import('node-fetch').then(({default: fetch}) => fetch(...args));
|
||||
|
||||
module.exports = {
|
||||
name: 'ready',
|
||||
|
Loading…
Reference in New Issue
Block a user