mirror of
				https://github.com/warengroup/eximiabots-radiox.git
				synced 2025-11-04 14:49:32 +00:00 
			
		
		
		
	Example solutions but dont work due to typescript
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
			
		||||
const fetch = require('node-fetch');
 | 
			
		||||
const fetch = (...args) => import('node-fetch').then(({default: fetch}) => fetch(...args));
 | 
			
		||||
 | 
			
		||||
module.exports = {
 | 
			
		||||
    name: 'ready',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user