This commit is contained in:
Frostebite
2025-06-11 15:56:27 +01:00
parent b662a6fa0e
commit 92eaa73a2d
8 changed files with 4008 additions and 2200 deletions
+2
View File
@@ -0,0 +1,2 @@
const fetch = require('node-fetch');
global.fetch = fetch;