mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2026-03-10 04:14:22 +00:00
Export modules in typescript
This commit is contained in:
@@ -3,7 +3,7 @@ import Streamer from "../classes/Streamer";
|
||||
const _importDynamic = new Function('modulePath', 'return import(modulePath)');
|
||||
const fetch = (...args) => _importDynamic('node-fetch').then(({default: fetch}) => fetch(...args));
|
||||
|
||||
module.exports = {
|
||||
export default {
|
||||
name: 'maintenance',
|
||||
description: 'Bot Maintenance',
|
||||
category: 'info',
|
||||
|
||||
Reference in New Issue
Block a user